TracingConfigExt

Trait TracingConfigExt 

Source
pub trait TracingConfigExt: TracingConfig {
    // Required methods
    fn enable_stdout(&self) -> bool;
    fn directives(&self) -> Option<&String>;
    fn level(&self) -> Level;
}
Expand description

Extension trait for TracingConfig to add additional configuration options

Required Methods§

Source

fn enable_stdout(&self) -> bool

Should we enable stdout logging

Source

fn directives(&self) -> Option<&String>

Additional tracing directives

Source

fn level(&self) -> Level

Current tracing level

Implementors§