18 #ifndef _LOG4CXX_FILE_APPENDER_H
19 #define _LOG4CXX_FILE_APPENDER_H
47 struct FileAppenderPriv;
75 bool bufferedIO,
int bufferSize);
112 bool getAppend() const;
156 bool getBufferedIO() const;
161 int getBufferSize() const;
167 int getBufferedSeconds() const;
181 void setAppend(
bool newValue);
197 void setBufferedIO(
bool newValue);
202 void setBufferSize(
int newValue);
211 void setBufferedSeconds(
int newValue);
222 void activateOptionsInternal();
243 void setFileInternal(const
LogString& file,
bool append,
244 bool bufferedIO,
size_t bufferSize);
248 #if LOG4CXX_ABI_VERSION <= 15
251 bool bufferedIO,
size_t bufferSize,
FileAppender appends log events to a file.
Definition: fileappender.h:45
void setFileInternal(const LogString &file, bool append, bool bufferedIO, size_t bufferSize, helpers::Pool &p)
void activateOptionsInternal(helpers::Pool &p)
FileAppender(std::unique_ptr< FileAppenderPriv > priv)
WriterAppender appends log events to a standard output stream.
Definition: writerappender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:60
LOG4CXX_PTR_DEF(FileAppender)
std::shared_ptr< Layout > LayoutPtr
Definition: appender.h:41
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:154
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:148
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:41
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:160
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define LOG4CXX_ACTIVATE_OPTIONS_FORMAL_PARAMETERS
Activate the options that were previously set with calls to option setters.
Definition: optionhandler.h:53