Логгер¶
Bases: Logger
Source code in applybn/core/logger.py
__init__(name, level=logging.INFO, log_file=None)
¶
Force to rebuild attributes of logger created to avoid side effects of another libs.
Source code in applybn/core/logger.py
__new__(name, level=logging.INFO, log_file=None)
¶
Direct implementation of singleton pattern.