Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
log4cpp::Layout Class Referenceabstract

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

#include <Layout.hh>

Inheritance diagram for log4cpp::Layout:
Inheritance graph
Collaboration diagram for log4cpp::Layout:
Collaboration graph

Public Member Functions

 Layout ()
 Single constructor. More...
 
virtual ~Layout ()
 
virtual std::string format (const LoggingEvent &event)=0
 Noop method that would format an event. More...
 

Detailed Description

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

Definition at line 11 of file Layout.hh.

Constructor & Destructor Documentation

log4cpp::Layout::Layout ( )

Single constructor.

Definition at line 5 of file Layout.cpp.

6  {
7  }
log4cpp::Layout::~Layout ( )
virtual

Definition at line 9 of file Layout.cpp.

10  {
11  }

Member Function Documentation

virtual std::string log4cpp::Layout::format ( const LoggingEvent event)
pure virtual

Noop method that would format an event.

Implemented in log4cpp::PatternLayout.


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