org.apache.logging.log4j.core.appender.rolling
Class RolloverStrategyBase

java.lang.Object
  extended by org.apache.logging.log4j.core.appender.rolling.RolloverStrategyBase
All Implemented Interfaces:
RolloverStrategy

public abstract class RolloverStrategyBase
extends Object
implements RolloverStrategy


Field Summary
protected static Logger LOGGER
          Allow subclasses access to the status logger without creating another instance.
 
Constructor Summary
RolloverStrategyBase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.logging.log4j.core.appender.rolling.RolloverStrategy
rollover
 

Field Detail

LOGGER

protected static final Logger LOGGER
Allow subclasses access to the status logger without creating another instance.

Constructor Detail

RolloverStrategyBase

public RolloverStrategyBase()


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.