scenario.loghandler module

Log handling.

class LogHandler

Bases: object

Log handler management.

console_handler = <StreamHandler <stdout> (NOTSET)>

Console handler instance.

Created with the main logger.

file_handler

File handler instance, when started.

Created when the logging service is started and file logging is required.