elasticai.preprocessor._logger#

Module Contents#

Functions#

define_logger_testing

Function for preparing the logger configuration in testing routines

define_logger_runtime

Function for preparing the logger configuration in runtime routines

define_logger_runtime_debug

Function for preparing the logger configuration in runtime debugging routines

API#

elasticai.preprocessor._logger.define_logger_testing(save_file: bool = True)[source]#

Function for preparing the logger configuration in testing routines

Parameters:

save_file – Boolean for saving the outputs into file (then no terminal output is generated)

elasticai.preprocessor._logger.define_logger_runtime(save_file: bool = True)[source]#

Function for preparing the logger configuration in runtime routines

Parameters:

save_file – Boolean for saving the outputs into file (then no terminal output is generated)

elasticai.preprocessor._logger.define_logger_runtime_debug(save_file: bool = True)[source]#

Function for preparing the logger configuration in runtime debugging routines

Parameters:

save_file – Boolean for saving the outputs into file (then no terminal output is generated)