Struct slog::logger::RecordInfo
[−]
[src]
pub struct RecordInfo {
pub ts: DateTime<UTC>,
pub level: Level,
pub msg: String,
}Common information about a logging record
Fields
ts: DateTime<UTC>
Timestamp
level: Level
Logging level
msg: String
Message