public interface Appender
AppenderAdapter to capture log messages.| Modifier and Type | Method and Description |
|---|---|
void |
append(LoggingEvent event)
Called by the underlying Log implementation with event.
|
void append(LoggingEvent event)
event - The log event. Never null.