org.ops4j.pax.logging.spi
Interface PaxAppender

All Known Implementing Classes:
PaxAppenderProxy

public interface PaxAppender


Method Summary
 void doAppend(PaxLoggingEvent event)
          Log in Appender specific way.
 

Method Detail

doAppend

void doAppend(PaxLoggingEvent event)
Log in Appender specific way. When appropriate, Loggers will call the doAppend method of appender implementations in order to log.

Parameters:
event - The PaxLoggingEvent that has occurred.


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.