1 #ifndef LAYOUT_APPENDER_HH 2 #define LAYOUT_APPENDER_HH 24 #endif // LAYOUT_APPENDER_HH virtual ~LayoutAppender()
Noop version that mimics the same class in the log4cpp library.
virtual void setLayout(Layout *layout)=0
Set the layout for this Appender.
Noop class that mimics the same class in the log4cpp library.
Noop class that mimics the same class in the log4cpp library.
LayoutAppender(const std::string &)
Single constructor.