LogEntry

Type Alias LogEntry 

Source
pub type LogEntry = CloudLogEntry;

Aliased Type§

pub struct LogEntry {
    pub timestamp: String,
    pub message: String,
    pub level: Option<String>,
}

Fields§

§timestamp: String§message: String§level: Option<String>