Struct slog::RecordInfo [] [src]

pub struct RecordInfo {
    pub ts: SystemTime,
    pub level: Level,
    pub msg: String,
}

Common information about a logging record

Fields

ts: SystemTime

Timestamp

level: Level

Logging level

msg: String

Message