Trait acme_core::ApplicationLoggerSpec
source · 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§
sourcefn with_tracing(&self, level: Option<&str>) -> BoxResult<&Self>
fn with_tracing(&self, level: Option<&str>) -> BoxResult<&Self>
Creates a service handle for toggling the tracing systems implemented