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