class documentation

class StdlibLoggingContainer: (source)

View In Hierarchy

Continer for a test configuration of stdlib logging objects.

Method __init__ Undocumented
Method close Close the logger.
Method outputAsText Get the output to the underlying stream as text.
Instance Variable bufferedHandler Undocumented
Instance Variable originalLevel Undocumented
Instance Variable output Undocumented
Instance Variable rootLogger Undocumented
Instance Variable streamHandler Undocumented
def __init__(self): (source)

Undocumented

def close(self): (source)

Close the logger.

def outputAsText(self): (source)

Get the output to the underlying stream as text.

Returns
strthe output text
bufferedHandler = (source)

Undocumented

originalLevel = (source)

Undocumented

Undocumented

rootLogger = (source)

Undocumented

streamHandler = (source)

Undocumented