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

Methods

impl Logger
[src]

Auto Trait Implementations

impl Send for Logger

impl Sync for Logger