Engauge Digitizer 2
Loading...
Searching...
No Matches
log4cpp::LayoutAppender Class Referenceabstract

Noop class that mimics the same class in the log4cpp library. More...

#include <LayoutAppender.hh>

Inheritance diagram for log4cpp::LayoutAppender:
Inheritance graph
Collaboration diagram for log4cpp::LayoutAppender:
Collaboration graph

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 ()

Detailed Description

Noop class that mimics the same class in the log4cpp library.

Definition at line 12 of file LayoutAppender.hh.

Constructor & Destructor Documentation

◆ LayoutAppender()

log4cpp::LayoutAppender::LayoutAppender ( const std::string & )

Single constructor.

Definition at line 6 of file LayoutAppender.cpp.

7 {
8 }

◆ ~LayoutAppender()

log4cpp::LayoutAppender::~LayoutAppender ( )
virtual

Definition at line 10 of file LayoutAppender.cpp.

11 {
12 }

Member Function Documentation

◆ setLayout()

void log4cpp::LayoutAppender::setLayout ( Layout * layout)
pure virtual

Set the layout for this Appender.

Implemented in log4cpp::RollingFileAppender.

Definition at line 14 of file LayoutAppender.cpp.

15 {
16 }

The documentation for this class was generated from the following files: