PyPO User Manual
PyPO.CustomLogger.CustomGUIFormatter Class Reference

Class for formatting of the logging to the GUI console. More...

Inheritance diagram for PyPO.CustomLogger.CustomGUIFormatter:

Public Member Functions

def format (self, record)
 

Static Public Attributes

string format = "%(asctime)s - %(levelname)s - %(message)s "
 
dictionary FORMATS
 

Detailed Description

Class for formatting of the logging to the GUI console.

Essentially the same as normal logger, but without distinct colors for each logging level.

Member Data Documentation

◆ FORMATS

dictionary PyPO.CustomLogger.CustomGUIFormatter.FORMATS
static
Initial value:
= {
logging.DEBUG: format,
logging.INFO: format,
logging.WORK: format,
logging.RESULT: format,
logging.WARNING: format,
logging.ERROR: format,
logging.CRITICAL: format
}

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