Module pyinotify :: Class UnicodeLogRecord
[hide private]
[frames] | no frames]

Class UnicodeLogRecord

source code

       object --+    
                |    
logging.LogRecord --+
                    |
                   UnicodeLogRecord

Instance Methods [hide private]
 
__init__(self, name, level, pathname, lineno, msg, args, exc_info, func=None)
Initialize a logging record with interesting information.
source code
 
getMessage(self)
Return the message for this LogRecord.
source code

Inherited from logging.LogRecord: __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, level, pathname, lineno, msg, args, exc_info, func=None)
(Constructor)

source code 

Initialize a logging record with interesting information.

Overrides: object.__init__
(inherited documentation)

getMessage(self)

source code 

Return the message for this LogRecord.

Return the message for this LogRecord after merging any user-supplied arguments with the message.

Overrides: logging.LogRecord.getMessage
(inherited documentation)