[][src]Trait logfmt_logger::filter::env::WithEnvFilter

pub trait WithEnvFilter {
    fn init(env: &str) -> Result<(), SetLoggerError>;
fn with_env_filter(self, env: &str) -> Self; }

Required methods

fn init(env: &str) -> Result<(), SetLoggerError>

fn with_env_filter(self, env: &str) -> Self

Loading content...

Implementors

impl WithEnvFilter for LogFmtLogger[src]

Loading content...