Trees | Indices | Help |
---|
|
Base class for objects that want to be able to log messages with different level of severity. The levels are, in order from least to most: log, debug, info, warning, error.
|
|||
|
|||
|
|||
|
|||
dict |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__implemented__ = <implementedBy flumotion.extern.log.log.Logg
|
|||
logCategory =
Implementors can provide a category to log their messages under. |
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. |
Log a debug message. Used for debugging. |
Log a message at the given level, with the possibility of going higher up in the stack.
|
Log an error. By default this will also raise an exception. |
Log an informational message. Used for normal operation. |
Log a log message. Used for debugging recurring events. |
Overridable log function. Default just returns passed message. |
Log a warning. Used for non-fatal problems. |
Log a warning about a Twisted Failure. Useful as an errback handler: d.addErrback(self.warningFailure)
|
Sets a marker that written to the logs. Setting this marker to multiple elements at a time helps debugging.
|
|
__implemented__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:08 2013 | http://epydoc.sourceforge.net |