18 #if !defined(_LOG4CXX_ROLLING_FILE_RENAME_ACTION_H) 19 #define _LOG4CXX_ROLLING_FILE_RENAME_ACTION_H 33 const File destination;
47 bool renameEmptyFile);
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141
virtual bool execute(log4cxx::helpers::Pool &pool) const
Perform action.
FileRenameAction(const File &toRename, const File &renameTo, bool renameEmptyFile)
Constructor.
A file system action performed as part of a rollover event.
Definition: action.h:35
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:159
Definition: filerenameaction.h:30
An abstract representation of file and directory path names.
Definition: file.h:45
Definition: appender.h:32