class documentation

class LoggingReporter(Reporter): (source)

View In Hierarchy

Undocumented

Class Method from_reporter Create an instance of LoggingReporter from other reporter object.
Method __init__ Undocumented
@classmethod
def from_reporter(cls, reporter): (source)

Create an instance of LoggingReporter from other reporter object.

Parameters
reporter:ReporterUndocumented
Returns
LoggingReporterUndocumented
def __init__(self, source, report_level=Reporter.WARNING_LEVEL, halt_level=Reporter.SEVERE_LEVEL, debug=False, error_handler='backslashreplace'): (source)

Undocumented

Parameters
source:strUndocumented
report_level:intUndocumented
halt_level:intUndocumented
debug:boolUndocumented
error_handler:strUndocumented