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