BonPrinter v1.2.0
Thermal Printer tool
Loading...
Searching...
No Matches
Source.Util.app_log Namespace Reference

Classes

class  LogConfig
 Log configuration. More...

Variables

 color_formatter = ColorFormatter(line_no=True, threads=True, data_format=None)
 formatter = logging.Formatter(fmt=get_format(line_no=False, threads=False), datefmt=S_LOG_DATE_FORMAT)
 log = logging.getLogger(__title__)
str S_LOGGING_FILE = "app_log.log"

Detailed Description


Variable Documentation

◆ color_formatter

color_formatter = ColorFormatter(line_no=True, threads=True, data_format=None)

Definition at line 19 of file app_log.py.

◆ formatter

formatter = logging.Formatter(fmt=get_format(line_no=False, threads=False), datefmt=S_LOG_DATE_FORMAT)

Definition at line 18 of file app_log.py.

◆ log

log = logging.getLogger(__title__)

Definition at line 17 of file app_log.py.

◆ S_LOGGING_FILE

str S_LOGGING_FILE = "app_log.log"

Definition at line 21 of file app_log.py.