Struct fern_logger::LoggerConfig
source · [−]pub struct LoggerConfig { /* private fields */ }Expand description
Logger configuration.
Implementations
Creates a builder for a logger config.
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