cat_logger¶
-
pycatia.cat_logger.create_logger() → logging.Logger¶ - Returns
Logger
- Return type
logging.Logger
-
pycatia.cat_logger.has_level_handler(logger: logging.Logger)¶ Check if there is a handler in the logging chain that will handle the given logger’s
effective level- Parameters
logger – logging.Logger
- Returns