Class BaseLogEventWriter

java.lang.Object
org.jpos.util.BaseLogEventWriter
All Implemented Interfaces:
LogEventWriter
Direct Known Subclasses:
MappingLogEventWriter

public abstract class BaseLogEventWriter extends Object implements LogEventWriter
Abstract class for LogEventWriter implementations. Ensures that derived classes close the PrintStream since some of them may wrap it in an outer stream. Default write implementation is what is currently used by SimpleLogListener with an additional null check on the passed in LogEvent.
Since:
2.1.4