18 #if !defined(_LOG4CXX_ROLLING_ACTION_H)
19 #define _LOG4CXX_ROLLING_ACTION_H
base class for java-like objects.
Definition: object.h:102
A file system action performed as part of a rollover event.
Definition: action.h:36
void run(log4cxx::helpers::Pool &pool)
virtual bool execute(log4cxx::helpers::Pool &pool) const =0
Perform action.
void reportException(const std::exception &)
bool isComplete() const
Tests if the action is complete.
Definition: appender.h:33
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136