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
|
|||
__provides__ = <zope.interface.declarations.ClassProvides obje
|
|||
logCategory =
Implementors can provide a category to log their messages under. |
|
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)
|
|
__implemented__
|
__provides__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 7 15:45:39 2008 | http://epydoc.sourceforge.net |