class documentation

class CoapLoggingHandler(logging.StreamHandler):

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): ΒΆ

Emit a log record.

Parameters
record:logging.LogRecordThe log record.