18#if !defined(_LOG4CXX_ROLLING_FILTER_BASED_TRIGGERING_POLICY_H)
19#define _LOG4CXX_ROLLING_FILTER_BASED_TRIGGERING_POLICY_H
83 size_t fileLength)
override;
Implement this interface for your own strategies for outputting log statements.
Definition: appender.h:51
FilterBasedTriggeringPolicy determines if rolling should be triggered by evaluating the current messa...
Definition: filterbasedtriggeringpolicy.h:51
spi::FilterPtr & getFilter()
Returns the head Filter.
void clearFilters()
Clear the filters chain.
bool isTriggeringEvent(Appender *appender, const spi::LoggingEventPtr &event, const LogString &filename, size_t fileLength) override
Determines if a rollover may be appropriate at this time.
void setOption(const LogString &option, const LogString &value) override
Set option to value.
FilterBasedTriggeringPolicy()
Creates a new FilterBasedTriggeringPolicy.
void addFilter(const spi::FilterPtr &newFilter)
Add a filter to end of the filter list.
void activateOptions(helpers::Pool &) override
Activate the options that were previously set with calls to option setters.
virtual ~FilterBasedTriggeringPolicy()
A TriggeringPolicy controls the conditions under which rollover occurs.
Definition: triggeringpolicy.h:47
#define LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(T, V)
Definition: log4cxx.h:85
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
#define LOG4CXX_INSTANTIATE_EXPORTED_PTR(T)
Definition: log4cxx.h:87
#define LOG4CXX_NS
Definition: log4cxx.h:104
std::shared_ptr< Filter > FilterPtr
Definition: appender.h:35
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:43
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146