Function slog_config::from_config_with [] [src]

pub fn from_config_with(config_str: &str,
                        factories: &[Box<DrainFactory>])
                        -> Result<Drain, String>

Produce a Drain in the given io

Unlike from_config this allows manually specifing the list of DrainFactory-ies to querry.