This utility class allows to log messages to a stream with no flush method. More...
Public Member Functions | |
| def | __init__ (self, stream) |
| def | write (self, msg) |
| def | flush (self) |
Private Attributes | |
| _stream | |
This utility class allows to log messages to a stream with no flush method.
This is useful to send log messages to PyOut objects.
| def logger._UnFlushableLogStream.__init__ | ( | self, | |
| stream | |||
| ) |
| def logger._UnFlushableLogStream.flush | ( | self | ) |
Referenced by logger._UnFlushableLogStream.write().
| def logger._UnFlushableLogStream.write | ( | self, | |
| msg | |||
| ) |
|
private |