public abstract class BaseLogEventWriter extends java.lang.Object implements LogEventWriter
Constructor and Description |
---|
BaseLogEventWriter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
setPrintStream(java.io.PrintStream p) |
void |
write(LogEvent ev) |
public void setPrintStream(java.io.PrintStream p)
setPrintStream
in interface LogEventWriter
public void close()
close
in interface LogEventWriter
public void write(LogEvent ev)
write
in interface LogEventWriter