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 |
|
||
|
|||
|
|||
|
|||
|
|
|||
logCategory =
Implementors can provide a category to log their messages under. |
|||
__implemented__ = <implementedBy flumotion.common.log.Loggable>
|
|||
__provides__ = <zope.interface.declarations.ClassProvides obje
|
|
Log an error. By default this will also raise an exception. |
Log a warning. Used for non-fatal problems. |
Log an informational message. Used for normal operation. |
Log a debug message. Used for debugging. |
Log a log message. Used for debugging recurring events. |
Log a message at the given level, with the possibility of going higher up in the stack.
|
Log a warning about a Failure. Useful as an errback handler: d.addErrback(self.warningFailure)
|
Overridable log function. Default just returns passed message. |
|
__provides__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Apr 11 07:40:24 2008 | http://epydoc.sourceforge.net |