Interface LogEventMapper

All Superinterfaces:
Function<LogEvent,LogEvent>

public interface LogEventMapper extends Function<LogEvent,LogEvent>
Functional interface for transforming a LogEvent; used in log pipeline processing.
Since:
2.1.4