[−][src]Function log4rs::load_config_file
pub fn load_config_file<P>(
path: P,
deserializers: Deserializers
) -> Result<Config, Error> where
P: AsRef<Path>,
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.