CatkitLogHandler

class catkit2.testbed.CatkitLogHandler(stream=None)

Bases: logging.StreamHandler

A log handler to pipe Python log messages into the catkit2 logging system.

Methods Summary

emit(record)

Handle the log message record.

Methods Documentation

emit(record)

Handle the log message record.

recordLogRecord

The log message to handle.