pub fn init_with_config(config: &LoggingConfig) -> Result<()>
Expand description

Initializes the logging system.

This function should only be called once during the lifetime of the application. Do not call this outside of the application or testing code, the installed logger is global.

See the README.md for hints on how to configure logging at runtime.