tomwer.core.log.processlog#

Simple logs levels definition relative to process status

Module Attributes

PROCESS_ENDED_NAME

String name of the process ended

PROCESS_ENDED_LEVEL

Level of the process ended

PROCESS_SKIPPED_NAME

String name of the process skipped

PROCESS_SKIPPED_LEVEL

Level of the process skipped

PROCESS_INFORM_NAME

Name of the process information

PROCESS_INFORM_LEVEL

Level for information send to graylog

Functions

inform(self, message, *args, **kws)

processEnded(self, message, *args, **kws)

processFailed(self, message, *args, **kws)

processSkipped(self, message, *args, **kws)

processStarted(self, message, *args, **kws)

processSucceed(self, message, *args, **kws)