Set the various attributes of this event.
Return the message attached to this event.
Return the hierarchy where the event was produced from
Return the logger level of this event.
Return the logger level name of this event.
Return the name of the logger which produced this event
Return the time this event was produced, relative to the start of this executable
Return time when the executable started
Return the time this event was produced relative to Epoch
Convert a time value (in milliseconds) to ascii
Contains all information about a logging event, and is passed around between methods once it has been determined that the invoking logger is enabled for output.
Note that Event instances are maintained in a freelist rather than being allocated each time, and they include a scratchpad area for EventLayout formatters to use.