pub fn init_logging(level_filter: LevelFilter) -> Result<()>
Expand description
Initialize the global logger based on configuration
ยงErrors
Returns an error if the logger cannot be initialized.
pub fn init_logging(level_filter: LevelFilter) -> Result<()>
Initialize the global logger based on configuration
Returns an error if the logger cannot be initialized.