dial_core.utils.log.log module

Logger functions used to display debug and execution information.

dial_core.utils.log.log.add_handler_to_root(handler)[source]

Add a new handler to the logger defined as ROOT

dial_core.utils.log.log.get_log_level()[source]
dial_core.utils.log.log.get_logger(logger_name)[source]

Configure and return a Logger with logger_name as name.

Return type:Logger
dial_core.utils.log.log.init_logs(args)[source]

Initialize logging system. Defines the formatting and logging levels for all Logger objects.