Class XDefaultRolloverStrategy
- java.lang.Object
-
- de.xima.fc.logging.components.appender.rolling.XDefaultRolloverStrategy
-
- All Implemented Interfaces:
IRolloverStrategy
,Serializable
public class XDefaultRolloverStrategy extends Object implements IRolloverStrategy
Wrapper for rolling file rollover strategy- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAction(IRolloverAction action)
static XDefaultRolloverStrategy
forLog4jStrategy(org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy strategy)
List<IRolloverAction>
getActions()
int
getMax()
int
hashCode()
static XDefaultRolloverStrategy
newDefault()
void
setActions(List<IRolloverAction> actions)
void
setMax(int max)
String
toString()
-
-
-
Method Detail
-
forLog4jStrategy
public static XDefaultRolloverStrategy forLog4jStrategy(org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy strategy)
-
newDefault
public static XDefaultRolloverStrategy newDefault()
-
getMax
public int getMax()
-
setMax
public void setMax(int max)
-
getActions
public List<IRolloverAction> getActions()
-
setActions
public void setActions(List<IRolloverAction> actions)
-
addAction
public void addAction(IRolloverAction action)
-
-