From bedd77c18dba2f39be685929b1d91136f977d8d5 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 21 May 2013 03:06:24 +0200 Subject: [PATCH] just some cleanups --- lib/core/logger.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)