class documentation

class CoapLoggingHandler(logging.StreamHandler): (source)

View In Hierarchy

A logging handler for redirecting the CoAPthon logging to the ACME logging.

Method emit Emit a log record.
def emit(self, record: logging.LogRecord): (source) ΒΆ

Emit a log record.

Parameters
record:logging.LogRecordThe log record.