A B C E F G J L O S W 
All Classes All Packages

A

addMetaData(String, Object) - Method in class org.wildfly.event.logger.JsonEventFormatter.Builder
Adds meta-data to the final output.
addMetaData(Map<String, Object>) - Method in class org.wildfly.event.logger.JsonEventFormatter.Builder
Adds meta-data to the final output.

B

build() - Method in class org.wildfly.event.logger.JsonEventFormatter.Builder
Creates the JsonEventFormatter.
builder() - Static method in class org.wildfly.event.logger.JsonEventFormatter
Creates a new builder to build a JsonEventFormatter.

C

close() - Method in class org.wildfly.event.logger.StdoutEventWriter
 
createAsyncLogger(String, Executor) - Static method in interface org.wildfly.event.logger.EventLogger
Creates a new asynchronous logger which defaults to writing JSON to stdout.
createAsyncLogger(String, EventWriter, Executor) - Static method in interface org.wildfly.event.logger.EventLogger
Creates a new asynchronous event logger.
createLogger(String) - Static method in interface org.wildfly.event.logger.EventLogger
Creates a new logger which defaults to writing JSON to stdout.
createLogger(String, EventWriter) - Static method in interface org.wildfly.event.logger.EventLogger
Creates a new event logger.

E

Event - Interface in org.wildfly.event.logger
Describes an event that has taken place.
EventFormatter - Interface in org.wildfly.event.logger
A formatter for formatting events.
EventLogger - Interface in org.wildfly.event.logger
A logger for various events such as access or audit logging.
EventWriter - Interface in org.wildfly.event.logger
A writer used to write events.

F

format(Event) - Method in interface org.wildfly.event.logger.EventFormatter
Formats the event into a string.
format(Event) - Method in class org.wildfly.event.logger.JsonEventFormatter
 

G

getData() - Method in interface org.wildfly.event.logger.Event
The data associated with this event.
getEventSource() - Method in interface org.wildfly.event.logger.EventLogger
Returns the source of event this logger is logging.
getInstant() - Method in interface org.wildfly.event.logger.Event
The date this event was created.
getSource() - Method in interface org.wildfly.event.logger.Event
The source of this event.

J

JsonEventFormatter - Class in org.wildfly.event.logger
A formatter which transforms the event into a JSON string.
JsonEventFormatter.Builder - Class in org.wildfly.event.logger
Builder used to create the JsonEventFormatter.

L

log(Supplier<Map<String, Object>>) - Method in interface org.wildfly.event.logger.EventLogger
Logs the event.
log(Map<String, Object>) - Method in interface org.wildfly.event.logger.EventLogger
Logs the event.

O

of(EventFormatter) - Static method in class org.wildfly.event.logger.StdoutEventWriter
Creates a new stdout event writer with the provided formatter.
org.wildfly.event.logger - package org.wildfly.event.logger
 

S

setIncludeTimestamp(boolean) - Method in class org.wildfly.event.logger.JsonEventFormatter.Builder
Sets whether or not the timestamp should be added to the output.
setTimestampFormatter(DateTimeFormatter) - Method in class org.wildfly.event.logger.JsonEventFormatter.Builder
Set the formatter used to format the timestamp on the event.
setTimestampKey(String) - Method in class org.wildfly.event.logger.JsonEventFormatter.Builder
Sets the key for the timestamp for the event.
setZoneId(ZoneId) - Method in class org.wildfly.event.logger.JsonEventFormatter.Builder
Set the zone id for the timestamp.
StdoutEventWriter - Class in org.wildfly.event.logger
An event writer which writes directly to stdout.

W

write(Event) - Method in interface org.wildfly.event.logger.EventWriter
Writes the event.
write(Event) - Method in class org.wildfly.event.logger.StdoutEventWriter
 
A B C E F G J L O S W 
All Classes All Packages