Struct bee_common::logger::LoggerConfig [−][src]
pub struct LoggerConfig { /* fields omitted */ }Expand description
Logger configuration.
Implementations
Creates a builder for a logger config.
Returns the color flag of the LoggerConfig.
Returns the width of the target section of the LoggerConfig.
Returns the width of the level section of the LoggerConfig.
Returns the outputs of the LoggerConfig.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LoggerConfig
impl Send for LoggerConfig
impl Sync for LoggerConfig
impl Unpin for LoggerConfig
impl UnwindSafe for LoggerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
