directory_wizard_logging_handler

Automaticaly log to le_status from given widget.

class helga.general.directory_wizard.lib.directory_wizard_logging_handler.StatusStreamHandler(wdgt_status=None, logging_level=10)[source]

Bases: logging.StreamHandler

Stream handler subclass that calls the set_status() method of the wdgt_status object used for initialization.

Normally the set_status() method would set a QLineEdit or similiar to display the log message.

emit(record)[source]

Custom emit for StreamHandler subclass