Struct log_settings::Settings [] [src]

pub struct Settings {
    pub indentation: usize,
    // some fields omitted
}

Contains various settings that libraries might want to set to notify loggers that also use this crate of internal library states

Fields

sets the indentation level of the log messages

Trait Implementations

Auto Trait Implementations

impl Send for Settings

impl Sync for Settings