t.p.l.StdioOnnaStick : class documentation

Part of twisted.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
isError =
boolean indicating whether this is stderr, in which cases log messages will be logged as errors.
encoding =
unicode encoding used to encode any unicode strings written to this object.
def __init__(self, isError=0, encoding=None): (source)
Undocumented
def close(self): (source)
Undocumented
def fileno(self): (source)
Undocumented
def flush(self): (source)
Undocumented
def read(self): (source)
Undocumented
def write(self, data): (source)
Undocumented
def writelines(self, lines): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.