Package org.ops4j.pax.logging.spi
Interface PaxAppender
-
- All Known Implementing Classes:
PaxAppenderProxy
public interface PaxAppenderFramework library agnostic representation of a processor for logging events. Typical appender writes a line to a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoAppend(PaxLoggingEvent event)Log inAppenderspecific way.
-
-
-
Method Detail
-
doAppend
void doAppend(PaxLoggingEvent event)
Log inAppenderspecific way. When appropriate, Loggers will call thedoAppendmethod of appender implementations in order to log.- Parameters:
event- The PaxLoggingEvent that has occurred.
-
-