mentat.daemon.component.printer module¶
Daemon component capable of simple printing of incoming messages to log file with
the info
severity.
The implementation is based on pyzenkit.zendaemon.ZenDaemonComponent
.
-
class
mentat.daemon.component.printer.
PrinterDaemonComponent
(**kwargs)[source]¶ Bases:
pyzenkit.zendaemon.ZenDaemonComponent
Implementation of ZenDaemonComponent printing messages to log file.
-
EVENT_MSG_PROCESS
= 'message_process'¶
-
STATS_CNT_PRINTED
= 'cnt_printed'¶
-