Class XDefaultRolloverStrategy
java.lang.Object
de.xima.fc.logging.components.appender.rolling.XDefaultRolloverStrategy
- All Implemented Interfaces:
IRolloverStrategy,Serializable
Wrapper for rolling file rollover strategy
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAction(IRolloverAction action) static XDefaultRolloverStrategyforLog4jStrategy(org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy strategy) intgetMax()inthashCode()static XDefaultRolloverStrategyvoidsetActions(List<IRolloverAction> actions) voidsetMax(int max) toString()
-
Method Details
-
forLog4jStrategy
public static XDefaultRolloverStrategy forLog4jStrategy(org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy strategy) -
newDefault
-
getMax
public int getMax() -
setMax
public void setMax(int max) -
getActions
-
setActions
-
addAction
-
hashCode
public int hashCode() -
toString
-