Home | Trees | Index | Help |
|
---|
Package isnLib :: Package gui :: Class wxLogHandler |
|
Filterer
--+ |Handler
--+ | wxLogHandler
Method Summary | |
---|---|
Initialize the handler. | |
Do whatever it takes to actually log the specified logging record. | |
Inherited from Handler | |
Acquire the I/O thread lock. | |
Tidy up any resources used by the handler. | |
Acquire a thread lock for serializing access to the underlying I/O. | |
Ensure all logging output has been flushed. | |
Format the specified record. | |
Conditionally emit the specified logging record. | |
Handle errors which occur during an emit() call. | |
Release the I/O thread lock. | |
Set the formatter for this handler. | |
Set the logging level of this handler. | |
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. |
Method Details |
---|
__init__(self,
listCtrl)
|
emit(self, record)Do whatever it takes to actually log the specified logging record. This version is intended to be implemented by subclasses and so raises a NotImplementedError.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Thu Dec 25 10:59:57 2003 | http://epydoc.sf.net |