class documentation

class Trace(object):

View In Hierarchy

A tracing class
Class Method debug Show a debug message
Class Method error Show an error message
Class Method fatal Show an error message and terminate
Class Method message Show a trace message
Class Method show Show a message out of a channel
Class Variable debugmode Undocumented
Class Variable prefix Undocumented
Class Variable quietmode Undocumented
Class Variable showlinesmode Undocumented
def debug(cls, message):
Show a debug message
def error(cls, message):
Show an error message
def fatal(cls, message):
Show an error message and terminate
def message(cls, message):
Show a trace message
def show(cls, message, channel):
Show a message out of a channel
debugmode: bool =

Undocumented

prefix =

Undocumented

quietmode: bool =

Undocumented

showlinesmode: bool =

Undocumented