Trees | Index | Help |
---|
Package flumotion :: Package common :: Module log :: Class Loggable |
|
Authenticator
,
Avatar
,
BaseAdminText
,
BaseComponent
,
BouncerPortal
,
BundleLoader
,
ComponentRegistry
,
ConfigEntryComponent
,
CryptChecker
,
DAG
,
DepGraph
,
Effect
,
FDPassingBroker
,
FeedClientFactory
,
FlexibleCredentialsChecker
,
FluLogObserver
,
FPBClientFactory
,
HTTPAuthentication
,
Issuer
,
JobAvatar
,
JobClientBroker
,
JobClientFactory
,
JobHeaven
,
Kindergarten
,
ManagerAvatar
,
ManagerHeaven
,
MultiAdminModel
,
Packager
,
Parser
,
PortSet
,
ProxyManagerBouncer
,
ReconnectingPBClientFactory
,
Referenceable
,
RTSPRequest
,
RTSPResource
,
Server
,
Servicer
,
Sha256Checker
,
Translator
,
Vishnu
,
WorkerBrain
,
WorkerConfigXML
Method Summary | |
---|---|
Log a debug message. | |
dict |
Log a message at the given level, with the possibility of going higher up in the stack. |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Class Variable Summary | |
---|---|
Implements |
__implemented__ = <implementedBy flumotion.common.log.Lo...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
str |
logCategory : Implementors can provide a category to log their messages under. |
Method Details |
---|
debug(self, *args)Log a debug message. Used for debugging. |
doLog(self, level, where, format, *args, **kwargs)Log a message at the given level, with the possibility of going higher up in the stack.
|
error(self, *args)Log an error. By default this will also raise an exception. |
info(self, *args)Log an informational message. Used for normal operation. |
log(self, *args)Log a log message. Used for debugging recurring events. |
logFunction(self, *args)Overridable log function. Default just returns passed message. |
logObjectName(self)Overridable object name function. |
warning(self, *args)Log a warning. Used for non-fatal problems. |
warningFailure(self, failure, swallow=True)Log a warning about a Failure. Useful as an errback handler: d.addErrback(self.warningFailure)
|
Class Variable Details |
---|
__implemented__
|
__providedBy__
|
__provides__
|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Oct 1 03:52:16 2007 | http://epydoc.sf.net |