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