class documentation

A py_logging.Handler that remembers all logged records in a list.

Method __init__ Initialize this BufferedHandler.
Method emit Remember the record.
Instance Variable records Undocumented
def __init__(self): (source)

Initialize this BufferedHandler.

def emit(self, record): (source)

Remember the record.

Parameters
record:LogRecordUndocumented

Undocumented