Package org.wildfly.event.logger
Interface EventFormatter
-
- All Known Implementing Classes:
JsonEventFormatter
public interface EventFormatterA formatter for formatting events.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Event event)Formats the event into a string.
-