|
Engauge Digitizer 2
|
Noop class that mimics the same class in the log4cpp library. More...
#include <LayoutAppender.hh>


Public Member Functions | |
| LayoutAppender (const std::string &) | |
| Single constructor. | |
| virtual | ~LayoutAppender () |
| virtual void | setLayout (Layout *layout)=0 |
| Set the layout for this Appender. | |
| Public Member Functions inherited from log4cpp::Appender | |
| virtual | ~Appender () |
Noop class that mimics the same class in the log4cpp library.
Definition at line 12 of file LayoutAppender.hh.
| log4cpp::LayoutAppender::LayoutAppender | ( | const std::string & | ) |
|
virtual |
Definition at line 10 of file LayoutAppender.cpp.
|
pure virtual |
Set the layout for this Appender.
Implemented in log4cpp::RollingFileAppender.
Definition at line 14 of file LayoutAppender.cpp.