class documentation

class ContextLogger:

Constructor: ContextLogger(cid, id, level)

View In Hierarchy

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 id Undocumented
Method _log Undocumented
Instance Variable _logger Undocumented
def __init__(self, cid: str, id: str, level: int | str = 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

id =

Undocumented

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

Undocumented

_logger =

Undocumented