Function common_data_model::my_logger::init_logger
source ยท pub fn init_logger()
Expand description
Initializes the logger for the application.
The logger is configured to output messages in the following format:
YYYY-MM-DDTHH:MM:SS [LEVEL] - MESSAGE
The default log level is Info
.