acquire(self) |
Acquire the I/O thread lock. |
addFilter(self, filter) |
Add the specified filter to this handler. |
close(self) |
Tidy up any resources used by the handler. |
createLock(self) |
Acquire a thread lock for serializing access to the underlying I/O. |
emit(self, record) |
|
filter(self, record) |
Determine if a record is loggable by consulting all the filters. |
flush(self) |
Flushes the stream. |
format(self, record) |
Format the specified record. |
handle(self, record) |
Conditionally emit the specified logging record. |
handleError(self, record) |
Handle errors which occur during an emit() call. |
release(self) |
Release the I/O thread lock. |
removeFilter(self, filter) |
Remove the specified filter from this handler. |
setFormatter(self, fmt) |
Set the formatter for this handler. |
setLevel(self, level) |
Set the logging level of this handler. |