class documentation

class LogHandler(logging.FileHandler): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method emit Undocumented
Instance Variable n_error Undocumented
Instance Variable n_warning Undocumented
def __init__(self, filename, mode='w', encoding='UTF-8', delay=True): (source)

Undocumented

def emit(self, record): (source)

Undocumented

n_error: int = (source)

Undocumented

n_warning: int = (source)

Undocumented