Engauge Digitizer  2
LayoutAppender.cpp
1 #include "log4cpp/Layout.hh"
2 #include "log4cpp/LayoutAppender.hh"
3 
4 namespace log4cpp {
5 
6  LayoutAppender::LayoutAppender (const std::string &)
7  {
8  }
9 
10  LayoutAppender::~LayoutAppender ()
11  {
12  }
13 
15  {
16  }
17 }
18 
19 
20 
Noop version that mimics the same class in the log4cpp library.
Definition: Layout.hh:11
virtual void setLayout(Layout *layout)=0
Set the layout for this Appender.
LayoutAppender(const std::string &)
Single constructor.