Package duplicity :: Module log :: Class DupLogRecord
[hide private]
[frames] | no frames]

Class DupLogRecord

source code


Custom log record that holds a message code

Instance Methods [hide private]
 
__init__(self, controlLine, *args, **kwargs)
Initialize a logging record with interesting information.
source code

Inherited from logging.LogRecord: __str__, getMessage

Method Details [hide private]

__init__(self, controlLine, *args, **kwargs)
(Constructor)

source code 

Initialize a logging record with interesting information.

Overrides: logging.LogRecord.__init__
(inherited documentation)