Home | Trees | Index | Help |
---|
Package beepy :: Package core :: Module debug :: Class MyLogger |
|
Filterer
--+ |Logger
--+ | MyLogger
Method Summary | |
---|---|
__init__(self,
name)
| |
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 and line number. | |
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 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'. | |
Low-level logging routine which creates a LogRecord and then calls all the handlers of this logger to handle the record. | |
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 | |
---|---|
Inherited from Logger | |
Manager |
manager = <logging.Manager instance at 0x4024b9ac>
|
RootLogger |
root = <logging.RootLogger instance at 0x4024b84c>
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Thu Sep 30 14:39:24 2004 | http://epydoc.sf.net |