Engauge Digitizer 2
Loading...
Searching...
No Matches
FileAppender.hh
Go to the documentation of this file.
1#ifndef FILE_APPENDER_HH
2#define FILE_APPENDER_HH
3
5#include <string>
6
7namespace log4cpp {
8
11 {
12 public:
14 FileAppender(const std::string &name);
15 virtual ~FileAppender();
16 };
17}
18
19#endif // FILE_APPENDER_HH
FileAppender(const std::string &name)
Single constructor.
LayoutAppender(const std::string &)
Single constructor.