Qudi
|
Formatter used with QtLogHandler. More...
Public Member Functions | |
def | format (self, record) |
Formatting function. More... | |
Formatter used with QtLogHandler.
Converts the log record into a dictionary with the following keys:
def core.logger.QtLogFormatter.format | ( | self, | |
record | |||
) |
Formatting function.
object | record: :logging.LogRecord: |