class documentation

Undocumented

Method __init__ Undocumented
Method critical Undocumented
Method debug Undocumented
Method error Undocumented
Method info Undocumented
Method log Undocumented
Method warning Undocumented
Instance Variable cid Undocumented
Instance Variable clock Undocumented
Instance Variable id Undocumented
Method _log Undocumented
Instance Variable _logger Undocumented
def __init__(self, cid: str, id: str, clock: Clock, level: int = logging.NOTSET):

Undocumented

def critical(self, msg: Any, *args: Any, **kwargs: Any):

Undocumented

def debug(self, msg: Any, *args: Any, **kwargs: Any):

Undocumented

def error(self, msg: Any, *args: Any, **kwargs: Any):

Undocumented

def info(self, msg: Any, *args: Any, **kwargs: Any):

Undocumented

def log(self, level: int, msg: Any, *args: Any, **kwargs: Any):

Undocumented

def warning(self, msg: Any, *args: Any, **kwargs: Any):

Undocumented

cid =

Undocumented

clock =

Undocumented

id =

Undocumented

def _log(self, level: int, msg: Any, *args: Any, **kwargs: Any):

Undocumented

_logger =

Undocumented