| Trees | Indices | Help |
|
|---|
|
|
Filterer --+
|
Handler --+
|
StreamHandler
A handler class which writes logging records, appropriately formatted, to a stream. Note that this class does not close the stream, as sys.stdout or sys.stderr may be used.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Initialize the handler. If strm is not specified, sys.stderr is used.
|
Flushes the stream.
|
Emit a record. If a formatter is specified, it is used to format the record. The record is then written to the stream with a trailing newline [N.B. this may be removed depending on feedback]. If exception information is present, it is formatted using traceback.print_exception and appended to the stream.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:43:49 2008 | http://epydoc.sourceforge.net |