HWRF
trunk@4391
|
Custom LogHandler for the jlogfile. More...
Custom LogHandler for the jlogfile.
This is a custom logging Handler class for the jlogfile. It has a higher minimum log level for messages not sent to the jlogfile domain. Also, for every log message, the log file is opened, the message is written and the file is closed. This is done to mimic the postmsg command. Exception information is never sent to the log file.
Public Member Functions | |
def | emit (self, record) |
Write a log message. More... | |
def | set_jlogfile (self, filename) |
Set the location of the jlogfile. More... | |
![]() | |
def | __init__ (self, logger, jlogdomain, otherlevels, joformat, jformat) |
Custom LogHandler for the master process of a multi-process job. More... | |
def | stringify_record (self, record) |
Convert a log record to a string. More... | |
def | emit (self, record) |
Write a log message. More... | |
def produtil.log.JLogHandler.emit | ( | self, | |
record | |||
) |
def produtil.log.JLogHandler.set_jlogfile | ( | self, | |
filename | |||
) |