Uses of Package
org.apache.log4j.rolling
Packages that use org.apache.log4j.rolling
-
Classes in org.apache.log4j.rolling used by org.apache.log4j.rollingClassDescription
RollingFileAppender
extendsFileAppender
to backup the log files depending onRollingPolicy
andTriggeringPolicy
.ARollingPolicy
specifies the actions taken on a logging file rollover.Implements methods common to most, it not all, rolling policies.Description of actions needed to complete rollover.ATriggeringPolicy
controls the conditions under which rollover occurs.