pub trait ApplicationLoggerSpec: AppSpec {
    fn with_tracing(&self, level: Option<&str>) -> BoxResult<&Self> { ... }
}
Expand description

Extends the core interface to include logging capabilities

Provided Methods§

Creates a service handle for toggling the tracing systems implemented

Implementors§