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

Class _PyinotifyLogger

source code

      object --+        
               |        
logging.Filterer --+    
                   |    
      logging.Logger --+
                       |
                      _PyinotifyLogger

Pyinotify logger used for logging unicode strings.

Instance Methods [hide private]
 
makeRecord(self, name, level, fn, lno, msg, args, exc_info, func=None, extra=None)
A factory method which can be overridden in subclasses to create specialized LogRecords.
source code

Inherited from logging.Logger: __init__, addHandler, callHandlers, critical, debug, error, exception, fatal, findCaller, getChild, getEffectiveLevel, handle, info, isEnabledFor, log, removeHandler, setLevel, warn, warning

Inherited from logging.Logger (private): _log

Inherited from logging.Filterer: addFilter, filter, removeFilter

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

Class Variables [hide private]

Inherited from logging.Logger: manager, root

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

makeRecord(self, name, level, fn, lno, msg, args, exc_info, func=None, extra=None)

source code 

A factory method which can be overridden in subclasses to create specialized LogRecords.

Overrides: logging.Logger.makeRecord
(inherited documentation)