Uses of Interface
org.apache.log4j.rolling.RollingPolicy
-
Packages that use RollingPolicy Package Description org.apache.log4j.rolling Implements various file rolling policies. -
-
Uses of RollingPolicy in org.apache.log4j.rolling
Classes in org.apache.log4j.rolling that implement RollingPolicy Modifier and Type Class Description class
FixedWindowRollingPolicy
When rolling over,FixedWindowRollingPolicy
renames files according to a fixed window algorithm as described below.class
RollingPolicyBase
Implements methods common to most, it not all, rolling policies.class
TimeBasedRollingPolicy
TimeBasedRollingPolicy
is both easy to configure and quite powerful.Fields in org.apache.log4j.rolling declared as RollingPolicy Modifier and Type Field Description private RollingPolicy
RollingFileAppender. rollingPolicy
Rolling policy.Methods in org.apache.log4j.rolling that return RollingPolicy Modifier and Type Method Description RollingPolicy
RollingFileAppender. getRollingPolicy()
Get rolling policy.Methods in org.apache.log4j.rolling with parameters of type RollingPolicy Modifier and Type Method Description void
RollingFileAppender. setRollingPolicy(RollingPolicy policy)
Sets the rolling policy.
-