ILoggingEvent
ILoggingEvent is an interface commonly found in logging frameworks, particularly within the Java ecosystem. It represents a single logging event that has occurred. This event encapsulates all the information necessary to describe and process a log message.
Key pieces of data typically associated with an ILoggingEvent include the log message itself, its severity
The purpose of the ILoggingEvent interface is to provide a standardized way for logging frameworks to represent