AE Solver

Amplitude Equations Solver

View the AESolver repository on GitHub
Home Guidelines API

Index for log_formatter module

Initialization file for the python module that contains functions used to set up the root logger, so that it logs messages in a nice format.

Detailed information on the available functions is available in the module API reference.

Sub-modules

Functions

adjust_root_logger_level(my_root_logger: logging.RootLogger, logger_info_dict: dict) -> logging.RootLogger
Function used to adjust the root logger level based on specific arguments in the logger information dictionary.
set_up_root_logger(my_level=logging.INFO) -> logging.RootLogger
Function that sets up the root logger.