Struct sozu_command_lib::logging::Logger
source · 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: LoggerBackend
§access_backend: Option<LoggerBackend>
§tag: String
§pid: i32
§initialized: bool