Struct fern_logger::LoggerOutputConfig
source · [−]pub struct LoggerOutputConfig { /* private fields */ }Expand description
Logger output configuration.
Implementations
Returns the log level of the output.
Returns the target filters of the output.
Returns the target exclusions of the output.
Returns the color flag of the output.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LoggerOutputConfig
impl Send for LoggerOutputConfig
impl Sync for LoggerOutputConfig
impl Unpin for LoggerOutputConfig
impl UnwindSafe for LoggerOutputConfig
Blanket Implementations
Mutably borrows from an owned value. Read more