class documentation

class LogCounterHandler(logging.Handler): (source)

View In Hierarchy

Record log levels count into a crawler stats

Method __init__ Undocumented
Method emit Undocumented
Instance Variable crawler Undocumented
def __init__(self, crawler, *args, **kwargs): (source)

Undocumented

def emit(self, record): (source)

Undocumented

Undocumented