18#ifndef _LOG4CXX_FILE_APPENDER_H
19#define _LOG4CXX_FILE_APPENDER_H
47 struct FileAppenderPriv;
75 bool bufferedIO,
int bufferSize);
112 bool getAppend() const;
126 void activateOptions(helpers::Pool& p) override;
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(LOG4CXX_NS::helpers::Pool& p);
244 void setFileInternal(const
LogString& file,
bool append,
245 bool bufferedIO,
size_t bufferSize,
246 LOG4CXX_NS::helpers::Pool& p);
FileAppender appends log events to a file.
Definition: fileappender.h:45
WriterAppender appends log events to a standard output stream.
Definition: writerappender.h:37
std::basic_string< logchar > LogString
Definition: logstring.h:60
std::shared_ptr< Layout > LayoutPtr
Definition: appender.h:42
#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