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: LoggerBackend
access_backend: Option<LoggerBackend>
tag: String
pid: i32
initialized: bool
Implementations
pub fn init(
tag: String,
spec: &str,
backend: LoggerBackend,
access_backend: Option<LoggerBackend>
)
Auto Trait Implementations
impl RefUnwindSafe for Logger
impl UnwindSafe for Logger