Struct sozu_command_lib::logging::Logger[][src]

pub struct Logger {
    pub directives: Vec<LogDirective>,
    pub backend: LoggerBackend,
    pub access_backend: Option<LoggerBackend>,
    pub tag: String,
    pub pid: i32,
    pub initialized: bool,
}

Fields

directives: Vec<LogDirective>backend: LoggerBackendaccess_backend: Option<LoggerBackend>tag: Stringpid: i32initialized: bool

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.