Package org.wildfly.event.logger
-
Interface Summary Interface Description Event Describes an event that has taken place.EventFormatter A formatter for formatting events.EventLogger A logger for various events such as access or audit logging.EventWriter A writer used to write events. -
Class Summary Class Description JsonEventFormatter A formatter which transforms the event into a JSON string.JsonEventFormatter.Builder Builder used to create theJsonEventFormatter.StdoutEventWriter An event writer which writes directly tostdout.