A TriggeringPolicy
controls the conditions under which rollover occurs.
More...
Inherits OptionHandler, and ObjectImpl.
Inherited by FilterBasedTriggeringPolicy, ManualTriggeringPolicy, SizeBasedTriggeringPolicy, and TimeBasedRollingPolicy.
A TriggeringPolicy
controls the conditions under which rollover occurs.
Such conditions include time of day, file size, an external event or a combination thereof.
◆ ~TriggeringPolicy()
◆ addRef()
◆ isTriggeringEvent()
Determines if a rollover may be appropriate at this time.
If true is returned, RolloverPolicy.rollover will be called but it can determine that a rollover is not warranted.
- Parameters
-
appender | A reference to the appender. |
event | A reference to the currently event. |
filename | The filename for the currently active log file. |
fileLength | Length of the file in bytes. |
- Returns
- true if a rollover should occur.
Implemented in TimeBasedRollingPolicy, FilterBasedTriggeringPolicy, SizeBasedTriggeringPolicy, and ManualTriggeringPolicy.
◆ releaseRef()
void releaseRef |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: