Uses of Class
org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
Packages that use AbstractRolloverStrategy Package Description org.apache.logging.log4j.core.appender.rolling -
-
Uses of AbstractRolloverStrategy in org.apache.logging.log4j.core.appender.rolling
Subclasses of AbstractRolloverStrategy in org.apache.logging.log4j.core.appender.rolling Modifier and Type Class Description classDefaultRolloverStrategyWhen rolling over,DefaultRolloverStrategyrenames files according to an algorithm as described below.classDirectWriteRolloverStrategyWhen rolling over,DirectWriteRolloverStrategywrites directly to the file as resolved by the file pattern.
-