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.
params:
logLevel the LoggingLevel from the console output (DEBUG default)
logfile the file where to log. Logs are rotated by default.
logfileLevel the LoggingLevel for the file Logger. (DEBUG default)
:param logLevel: the LoggingLevel from the console output (DEBUG default)
:param logfile: the file where to log. Logs are rotated by default.
:param logfileLevel:the LoggingLevel for the file Logger. (DEBUG default)
"""
logfile = path.expanduser(logfile)