Engauge Digitizer  2
 All Classes Functions Variables Typedefs Enumerations Friends Pages
Appender.hh
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
Noop class that mimics the same class in the log4cpp library.
Definition: Appender.hh:7