Class for formatting of the logging to the GUI console.
More...
|
|
def | format (self, record) |
| |
|
|
string | format = "%(asctime)s - %(levelname)s - %(message)s " |
| |
| dictionary | FORMATS |
| |
Class for formatting of the logging to the GUI console.
Essentially the same as normal logger, but without distinct colors for each logging level.
◆ 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: