Module logging

Module logging 

Source
Expand description

Defines the Event and EventData structs used for serializing events, as well as implementing the fmt::Display trait for EventData, which is used for turning events into server logs.

Structs§

Event
A server event, consisting of a UNIX timestamp and an EventData describing the event.

Enums§

EventData
All the possible server events that can be reported.