just some cleanups

This commit is contained in:
Johannes Findeisen 2013-05-21 03:06:24 +02:00
commit bedd77c18d

View file

@ -11,10 +11,9 @@ class Logger():
""" """
initializes a new Logger object. initializes a new Logger object.
params: :param logLevel: the LoggingLevel from the console output (DEBUG default)
logLevel the LoggingLevel from the console output (DEBUG default) :param logfile: the file where to log. Logs are rotated by default.
logfile the file where to log. Logs are rotated by default. :param logfileLevel:the LoggingLevel for the file Logger. (DEBUG default)
logfileLevel the LoggingLevel for the file Logger. (DEBUG default)
""" """
logfile = path.expanduser(logfile) logfile = path.expanduser(logfile)