Home | Trees | Index | Help |
|
---|
Package kiwi :: Module log :: Class Logger |
|
Filterer
--+ |Logger
--+ | Logger
Method Summary | |
---|---|
Inherited from Logger | |
Add the specified handler to this logger. | |
Pass a record to all relevant handlers. | |
Log 'msg % args' with severity 'CRITICAL'. | |
Log 'msg % args' with severity 'DEBUG'. | |
Log 'msg % args' with severity 'ERROR'. | |
Convenience method for logging an ERROR with exception information. | |
Log 'msg % args' with severity 'CRITICAL'. | |
Find the stack frame of the caller so that we can note the source file name, line number and function name. | |
Get the effective level for this logger. | |
Call the handlers for the specified record. | |
Log 'msg % args' with severity 'INFO'. | |
Is this logger enabled for level 'level'? | |
Log 'msg % args' with the integer severity 'level'. | |
A factory method which can be overridden in subclasses to create specialized LogRecords. | |
Remove the specified handler from this logger. | |
Set the logging level of this logger. | |
Log 'msg % args' with severity 'WARNING'. | |
Log 'msg % args' with severity 'WARNING'. | |
Inherited from Filterer | |
Add the specified filter to this handler. | |
Determine if a record is loggable by consulting all the filters. | |
Remove the specified filter from this handler. |
Class Variable Summary | |
---|---|
str |
log_domain = 'default'
|
Inherited from Logger | |
Manager |
manager = <logging.Manager instance at 0x4028306c>
|
RootLogger |
root = <logging.RootLogger instance at 0x4026ce0c>
|
Class Variable Details |
---|
log_domain
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Oct 9 12:40:55 2006 | http://epydoc.sf.net |