Function 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.