twisted.python.log.StdioOnnaStick
class documentationtwisted.python.log
View Source
(View In Hierarchy)
Class that pretends to be stdout/err, and turns writes into log messages.
Instance Variable | isError | boolean indicating whether this is stderr, in which cases log messages will be logged as errors. |
Instance Variable | encoding | unicode encoding used to encode any unicode strings written to this object. |
Method | __init__ | Undocumented |
Method | close | Undocumented |
Method | fileno | Undocumented |
Method | flush | Undocumented |
Method | read | Undocumented |
Method | write | Undocumented |
Method | writelines | Undocumented |