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
const int INNER_RADIUS_MIN
Noop class that mimics the same class in log4cpp library.
FileAppender(const std::string &name)
Single constructor.
Noop class that mimics the same class in the log4cpp library.