pub fn load_config_file<P>(
    path: P,
    deserializers: Deserializers
) -> Result<Config>
where P: AsRef<Path>,
Expand description

Loads a log4rs logger configuration from a file.

Unlike init_file, this function does not initialize the logger; it only loads the Config and returns it.