just some cleanups
This commit is contained in:
parent
36b5b542f6
commit
bedd77c18d
1 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue