Engauge Digitizer  2
Appender.hh
Go to the documentation of this file.
1 #ifndef APPENDER_HH
2 #define APPENDER_HH
3 
4 namespace log4cpp {
5 
7  class Appender
8  {
9  public:
10  virtual ~Appender();
11 
12  };
13 }
14 
15 #endif // APPENDER_HH
virtual ~Appender()
Definition: Appender.cpp:5
Noop class that mimics the same class in the log4cpp library.
Definition: Appender.hh:7