use Write;
use Local;
use Builder;
use LevelFilter;
/// 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`.