Trees | Indices | Help |
---|
|
object --+ | logging.Filterer --+ | logging.Handler --+ | logging.StreamHandler --+ | ThreadedStreamHandler
Stream handler to only log from the creating thread.
Overrides logging.StreamHandler to only allow logging to a stream from the thread that created the class instance and added to the root logger via log.addHandler(ThreadedStreamHandler(stream)).
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Overrides logging.StreamHandler.__init__.
|
Overrides logging.StreamHandler.emit.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Aug 15 14:58:00 2014 | http://epydoc.sourceforge.net |