A TriggeringPolicy controls the conditions under which rollover occurs.
More...
#include <triggeringpolicy.h>
option to value. A TriggeringPolicy controls the conditions under which rollover occurs.
Such conditions include time of day, file size, an external event or a combination thereof.
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.
Implemented in log4cxx::rolling::FilterBasedTriggeringPolicy, log4cxx::rolling::ManualTriggeringPolicy, log4cxx::rolling::SizeBasedTriggeringPolicy, and log4cxx::rolling::TimeBasedRollingPolicy.