class documentation

class PydoctorLogger: (source)

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): (source)

Undocumented

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

Undocumented

Undocumented