| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module Log :: Class LevelHandler |
|
Filterer--+ |Handler--+ |BufferingHandler--+ | LevelHandler
| Method Summary | |
|---|---|
__init__(self,
handler,
level)
| |
addHandler(self,
handler)
| |
Override to implement custom flushing behaviour. | |
SetLevel(self,
level)
| |
| Inherited from BufferingHandler | |
Emit a record. | |
Should the handler flush its buffer? | |
| 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. | |
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 |
|---|
flush(self)Override to implement custom flushing behaviour. This version just zaps the buffer to empty.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:31 2005 | http://epydoc.sf.net |