Unless a filter rejects a message, a rolling event will be triggered.
| Public Member Functions | |
| FilterBasedTriggeringPolicy () | |
| Creates a new FilterBasedTriggeringPolicy. | |
| virtual | ~FilterBasedTriggeringPolicy () | 
| virtual bool | isTriggeringEvent (Appender *appender, const log4cxx::spi::LoggingEventPtr &event, const LogString &filename, size_t fileLength) | 
| Determines if a rollover may be appropriate at this time. | |
| void | addFilter (const log4cxx::spi::FilterPtr &newFilter) | 
| Add a filter to end of the filter list. | |
| void | clearFilters () | 
| Clear the filters chain. | |
| log4cxx::spi::FilterPtr & | getFilter () | 
| Returns the head Filter. | |
| void | activateOptions (log4cxx::helpers::Pool &) | 
| Prepares the instance for use. | |
| void | setOption (const LogString &option, const LogString &value) | 
| Set optiontovalue. | |
| 
 | 
| Creates a new FilterBasedTriggeringPolicy. 
 | 
| 
 | 
| 
 | 
| 
 | 
| Prepares the instance for use. 
 Implements OptionHandler. | 
| 
 | 
| Add a filter to end of the filter list. 
 
 | 
| 
 | 
| Clear the filters chain. 
 | 
| 
 | 
| Returns the head Filter. 
 | 
| 
 | ||||||||||||||||||||
| 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. 
 
 
 Implements TriggeringPolicy. | 
| 
 | ||||||||||||
| 
Set  The handling of each option depends on the OptionHandler instance. Some options may become active immediately whereas other may be activated only when activateOptions is called. Implements OptionHandler. |