CatkitLogHandler
- class catkit2.testbed.CatkitLogHandler(stream=None)
Bases:
logging.StreamHandlerA 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.