Qudi
Public Member Functions | List of all members
core.logger.QtLogFormatter Class Reference

Formatter used with QtLogHandler. More...

Inheritance diagram for core.logger.QtLogFormatter:
Inheritance graph
[legend]
Collaboration diagram for core.logger.QtLogFormatter:
Collaboration graph
[legend]

Public Member Functions

def format (self, record)
 Formatting function. More...
 

Detailed Description

Formatter used with QtLogHandler.

Converts the log record into a dictionary with the following keys:

Member Function Documentation

◆ format()

def core.logger.QtLogFormatter.format (   self,
  record 
)

Formatting function.

Parameters
objectrecord: :logging.LogRecord:

The documentation for this class was generated from the following file: