Engauge Digitizer  2
FileAppender.hh
Go to the documentation of this file.
1 #ifndef FILE_APPENDER_HH
2 #define FILE_APPENDER_HH
3 
5 #include <string>
6 
7 namespace log4cpp {
8 
11  {
12  public:
14  FileAppender(const std::string &name);
15  virtual ~FileAppender();
16  };
17 }
18 
19 #endif // FILE_APPENDER_HH
Noop class that mimics the same class in log4cpp library.
Definition: FileAppender.hh:10
FileAppender(const std::string &name)
Single constructor.
Definition: FileAppender.cpp:5
Noop class that mimics the same class in the log4cpp library.