Engauge Digitizer
2
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Friends
Pages
log4cpp_null
include
log4cpp
Layout.hh
1
#ifndef LAYOUT_HH
2
#define LAYOUT_HH
3
4
#include <string>
5
6
namespace
log4cpp {
7
8
class
LoggingEvent;
9
11
class
Layout
12
{
13
public
:
15
Layout
();
16
virtual
~
Layout
();
17
19
virtual
std::string
format
(
const
LoggingEvent
&event) = 0;
20
};
21
}
22
23
#endif // LAYOUT_HH
log4cpp::LoggingEvent
Noop class that mimics the same class in the log4cpp library.
Definition:
LoggingEvent.hh:10
log4cpp::Layout
Noop version that mimics the same class in the log4cpp library.
Definition:
Layout.hh:11
log4cpp::Layout::format
virtual std::string format(const LoggingEvent &event)=0
Noop method that would format an event.
log4cpp::Layout::Layout
Layout()
Single constructor.
Definition:
Layout.cpp:5
Generated on Thu Feb 21 2019 01:55:21 for Engauge Digitizer by
1.8.5