Engauge Digitizer 2
Loading...
Searching...
No Matches
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.
virtual ~Layout ()
virtual std::string format (const LoggingEvent &event)=0
 Noop method that would format an event.

Detailed Description

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

Definition at line 11 of file Layout.hh.

Constructor & Destructor Documentation

◆ Layout()

log4cpp::Layout::Layout ( )

Single constructor.

Definition at line 5 of file Layout.cpp.

6 {
7 }

◆ ~Layout()

log4cpp::Layout::~Layout ( )
virtual

Definition at line 9 of file Layout.cpp.

10 {
11 }

Member Function Documentation

◆ format()

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: