class documentation

Class that pretends to be stdout/err, and turns writes into log messages.

Method __init__ Undocumented
Method close Undocumented
Method fileno Undocumented
Method flush Undocumented
Method read Undocumented
Method write Undocumented
Method writelines Undocumented
Class Variable closed Undocumented
Class Variable mode Undocumented
Class Variable name Undocumented
Class Variable softspace Undocumented
Instance Variable buf Undocumented
Instance Variable encoding unicode encoding used to encode any unicode strings written to this object.
Instance Variable isError boolean indicating whether this is stderr, in which cases log messages will be logged as errors.
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

Undocumented

Undocumented

Undocumented

softspace: int = (source)

Undocumented

Undocumented

encoding = (source)

unicode encoding used to encode any unicode strings written to this object.

boolean indicating whether this is stderr, in which cases log messages will be logged as errors.