diff --git a/lib/core/logger.py b/lib/core/logger.py index aa442fd..914df25 100644 --- a/lib/core/logger.py +++ b/lib/core/logger.py @@ -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)