pub type LoggedLastEvent = Receiver<Option<(String, Level, DateTime<Utc>)>>;
A type alias for the last event logged by the server.
pub struct LoggedLastEvent { /* private fields */ }