Package logilab-common-0 :: Package 39 :: Package 0 :: Module logger :: Class PrintLogger
[frames] | no frames]

Class PrintLogger

source code

AbstractLogger --+
                 |
                PrintLogger

logger implementation

log everything to a file, using the standard output by default

Instance Methods
 
__init__(self, threshold, output=sys.stdout, sid=None, encoding='UTF-8') source code

Inherited from AbstractLogger: log, log_traceback

Method Details

__init__(self, threshold, output=sys.stdout, sid=None, encoding='UTF-8')
(Constructor)

source code 
Overrides: AbstractLogger.__init__