class documentation

class NativeLog(AbstractLog):

Known subclasses: equipment.framework.Log.ConsoleLog.ConsoleLog, equipment.framework.Log.GELFLog.GELFLog, equipment.framework.Log.LocalLog.LocalLog, equipment.framework.Log.NoneLog.NoneLog

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method critical Undocumented
Method debug Undocumented
Method error Undocumented
Method info Undocumented
Method load Undocumented
Method reload Undocumented
Method warning Undocumented
Instance Variable config Undocumented
Instance Variable date​_format Undocumented
Instance Variable format Undocumented
Instance Variable handlers Undocumented
Instance Variable level Undocumented
Instance Variable logger Undocumented
Instance Variable name Undocumented

Inherited from AbstractLog:

Method get​_handlers Undocumented
Method get​_level Undocumented
Method get​_name Undocumented
def __init__(self, config):

Undocumented

Parameters
config:AbstractConfigUndocumented
def critical(self, *args, **kwargs):
def debug(self, *args, **kwargs):
def error(self, *args, **kwargs):
def info(self, *args, **kwargs):
def load(self):

Undocumented

def reload(self):

Undocumented

def warning(self, *args, **kwargs):
config =

Undocumented

date_format: str =

Undocumented

format: str =

Undocumented

handlers =

Undocumented

level =

Undocumented

logger =

Undocumented

name =

Undocumented