| Trees | Index | Help |
|---|
| Package flumotion :: Package common :: Module log :: Class Loggable |
|
BaseAdminText,
BaseComponent,
BaseMedium,
BouncerPortal,
BundleLoader,
ComponentRegistry,
ConfigEntryComponent,
CryptChecker,
Effect,
FlexibleCredentialsChecker,
FlumotionConfigXML,
FPBClientFactory,
JobAvatar,
JobHeaven,
Kindergarten,
ManagerAvatar,
ManagerHeaven,
Packager,
ServerContextFactory,
Vishnu,
WorkerBrain,
WorkerConfigXML| Method Summary | |
|---|---|
Log a debug message. | |
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 | |
|---|---|
str |
logCategory: Implementors can provide a category to log their messages under. |
| Method Details |
|---|
debug(self, *args)Log a debug message. Used for debugging. |
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, message)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)Log a warning about a Failure. Useful as an errback handler: d.addErrback(self.warningFailure) |
| Class Variable Details |
|---|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |