Package org.x4juli.handlers.rolling

All classes to provide rolling functions.

See:
          Description

Interface Summary
RollingPolicy * A RollingPolicy specifies the actions taken on a logging file rollover.
RolloverDescription Description of actions needed to complete rollover.
TriggeringPolicy A TriggeringPolicy controls the conditions under which rollover occurs.
 

Class Summary
AbstractRollingPolicy Implements methods common to most, it not all, rolling policies.
FilterBasedTriggeringPolicy FilterBasedTriggeringPolicy determines if rolling should be triggered by evaluating the current message against a set of filters.
FixedWindowRollingPolicy When rolling over, FixedWindowRollingPolicy renames files according to a fixed window algorithm as described below.
RolloverDescriptionImpl Description of actions needed to complete rollover.
SizeBasedTriggeringPolicy SizeBasedTriggeringPolicy looks at size of the file being currently written to.
TimeBasedRollingPolicy TimeBasedRollingPolicy is both easy to configure and quite powerful.
 

Package org.x4juli.handlers.rolling Description

All classes to provide rolling functions. Rolling can be based on time,size or filters.



${license_html}