class documentation

class LoggingReporter(Reporter):

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):
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'):

Undocumented

Parameters
source:strUndocumented
report​_level:intUndocumented
halt​_level:intUndocumented
debug:boolUndocumented
error​_handler:strUndocumented