public interface LogEventSubscriber
A simple interface for a method to receive LogEvent instances. To use implement this interface and call ExecutionContextFactory.registerLogEventSubscriber().
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
process(org.apache.logging.log4j.core.LogEvent event) |