Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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. More...
 
virtual ~LayoutAppender ()
 
virtual void setLayout (Layout *layout)=0
 Set the layout for this Appender. More...
 
- 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

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

Single constructor.

Definition at line 6 of file LayoutAppender.cpp.

7  {
8  }
log4cpp::LayoutAppender::~LayoutAppender ( )
virtual

Definition at line 10 of file LayoutAppender.cpp.

11  {
12  }

Member Function Documentation

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: