org.apache.solr.logging.log4j
Class EventAppender

java.lang.Object
  extended by org.apache.log4j.AppenderSkeleton
      extended by org.apache.solr.logging.log4j.EventAppender
All Implemented Interfaces:
org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler

public final class EventAppender
extends org.apache.log4j.AppenderSkeleton


Field Summary
 
Fields inherited from class org.apache.log4j.AppenderSkeleton
closed, errorHandler, headFilter, layout, name, tailFilter, threshold
 
Constructor Summary
EventAppender(LogWatcher<org.apache.log4j.spi.LoggingEvent> framework)
           
 
Method Summary
 void append(org.apache.log4j.spi.LoggingEvent event)
           
 void close()
           
 boolean requiresLayout()
           
 
Methods inherited from class org.apache.log4j.AppenderSkeleton
activateOptions, addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAppender

public EventAppender(LogWatcher<org.apache.log4j.spi.LoggingEvent> framework)
Method Detail

append

public void append(org.apache.log4j.spi.LoggingEvent event)
Specified by:
append in class org.apache.log4j.AppenderSkeleton

close

public void close()

requiresLayout

public boolean requiresLayout()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.