Struct sozu_lib::logging::LogMetadata
[−]
[src]
pub struct LogMetadata {
pub level: LogLevel,
pub target: &'static str,
}Metadata about a log message.
Fields
level: LogLevel
target: &'static str