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

Class PrintLogger

source code


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__