pub async fn setup_logging()
Expand description
Initializes the global logger for the application.
Sets up colored output, info-level filtering, and a custom format for log messages. This should be called once at startup before any logging occurs.
ยงExample
setup_logging().await;