pub fn create_raw_config(config: RawConfig) -> Result<Logger, InitError>
Expand description

Create a log4rs logger using the provided raw config.

This will return errors if the appenders configuration is malformed.