|
Log4j 1.3alpha-3 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
RollingPolicy | A RollingPolicy is responsible for performing the
rolling over of the active log file. |
TriggeringPolicy | A TriggeringPolicy controls the conditions under which rollover
occurs. |
Class Summary | |
RollingFileAppender | RollingFileAppender extends FileAppender to backup the log files
depending on RollingPolicy and TriggeringPolicy .
|
RollingPolicySkeleton | Implements methods common to most, it not all, rolling policies. |
SizeBasedTriggeringPolicy | |
SlidingWindowRollingPolicy | The SlidingWindowRollingPolicy rolls over files |
TimeBasedRollingPolicy | TimeBasedRollingPolicy is both easy to configure yet quite
powerful.
|
Exception Summary | |
RolloverFailure | A RolloverFailure occurs if, for whatever reason a rollover fails. |
Implements various file rolling policies.
The RollingFileAppender
class
serves as the linchpin of this package. Its behaviour is
controlled by two subcomponents of type RollingPolicy
and TriggeringPolicy
.
|
Log4j 1.3alpha-3 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |