Struct sozu_lib::logging::Logger
[−]
[src]
pub struct Logger {
pub directives: Vec<LogDirective>,
pub backend: LoggerBackend,
pub tag: String,
}Fields
directives: Vec<LogDirective>
backend: LoggerBackend
tag: String