Engauge Digitizer
2
Loading...
Searching...
No Matches
log4cpp_null
include
log4cpp
Layout.hh
Go to the documentation of this file.
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
INNER_RADIUS_MIN
const int INNER_RADIUS_MIN
Definition
DlgSettingsDigitizeCurve.cpp:35
log4cpp::Layout
Noop version that mimics the same class in the log4cpp library.
Definition
Layout.hh:12
log4cpp::Layout::Layout
Layout()
Single constructor.
Definition
Layout.cpp:5
log4cpp::Layout::~Layout
virtual ~Layout()
Definition
Layout.cpp:9
log4cpp::Layout::format
virtual std::string format(const LoggingEvent &event)=0
Noop method that would format an event.
log4cpp::LoggingEvent
Noop class that mimics the same class in the log4cpp library.
Definition
LoggingEvent.hh:11
log4cpp
Definition
Appender.hh:4
Generated on Wed Aug 3 2022 00:00:00 for Engauge Digitizer by
1.10.0