class documentation

class PydoctorLogger:

View In Hierarchy

Partial implementation of pydoctor.model.System.msg() that records logged messages.
Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable messages Undocumented
def __call__(self, section, msg, thresh=0):

Undocumented

Parameters
section:strUndocumented
msg:strUndocumented
thresh:intUndocumented
def __init__(self):

Undocumented

messages: List[Tuple[str, str, int]] =

Undocumented