public interface PaxAppender
Modifier and Type | Method and Description |
---|---|
void |
doAppend(PaxLoggingEvent event)
Log in
Appender specific way. |
void doAppend(PaxLoggingEvent event)
Appender
specific way. When appropriate,
Loggers will call the doAppend
method of appender
implementations in order to log.event
- The PaxLoggingEvent that has occurred.Copyright © 2014. All rights reserved.