org.slf4j.impl
Class RecursiveAppender

java.lang.Object
  extended by org.apache.log4j.AppenderSkeleton
      extended by org.slf4j.impl.RecursiveAppender
All Implemented Interfaces:
OptionHandler

public class RecursiveAppender
extends AppenderSkeleton


Constructor Summary
RecursiveAppender()
           
 
Method Summary
 void activateOptions()
           
protected  void append(LoggingEvent e)
           
 void close()
           
 int getActivationDelay()
           
 boolean requiresLayout()
           
 void setActivationDelay(int activationDelay)
           
 
Methods inherited from class org.apache.log4j.AppenderSkeleton
setLayout, setName, setThreshold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursiveAppender

public RecursiveAppender()
Method Detail

append

protected void append(LoggingEvent e)

close

public void close()

requiresLayout

public boolean requiresLayout()

activateOptions

public void activateOptions()
Specified by:
activateOptions in interface OptionHandler
Overrides:
activateOptions in class AppenderSkeleton

getActivationDelay

public int getActivationDelay()

setActivationDelay

public void setActivationDelay(int activationDelay)


Copyright © 2005–2016 QOS.ch. All rights reserved.