1 2 3 4 5 6
pub struct LogEntry { pub time_ms: f64, pub level: i32, pub target: String, pub msg: String, }