- All Implemented Interfaces:
- java.util.EventListener, Configurable, Destroyable, LogListener
public class FlatLogListener
extends java.lang.Object
implements LogListener, Configurable, Destroyable
A LogListener that uses the RemoveNewLinesMapper to remove newlines from the LogEvent dump output.
This LogListener will modify the LogEvents for all subsequent LogListeners in the configuration.
If this is not what you want, order your LogListeners to minimize the effect.
- Since:
- 2.1.4
- See Also:
RemoveNewLinesMapper for more details.