Engauge Digitizer 2
Loading...
Searching...
No Matches
Appender.hh
Go to the documentation of this file.
1#ifndef APPENDER_HH
2#define APPENDER_HH
3
4namespace 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:8
virtual ~Appender()
Definition Appender.cpp:5