Engauge Digitizer
2
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Friends
Pages
log4cpp_null
include
log4cpp
LoggingEvent.hh
1
#ifndef LOGGING_EVENT_HH
2
#define LOGGING_EVENT_HH
3
4
#include "log4cpp/Priority.hh"
5
#include <string>
6
7
namespace
log4cpp {
8
10
class
LoggingEvent
11
{
12
public
:
14
LoggingEvent
(
const
std::string &category,
15
const
std::string &message,
16
const
std::string &ndc,
17
Priority::Value
priority);
18
};
19
}
20
21
#endif // LOGGING_EVENT_HH
log4cpp::LoggingEvent
Noop class that mimics the same class in the log4cpp library.
Definition:
LoggingEvent.hh:10
log4cpp::LoggingEvent::LoggingEvent
LoggingEvent(const std::string &category, const std::string &message, const std::string &ndc, Priority::Value priority)
Single constructor.
Definition:
LoggingEvent.cpp:7
log4cpp::Priority::Value
int Value
Priority level.
Definition:
Priority.hh:24
Generated on Mon Mar 25 2019 05:16:39 for Engauge Digitizer by
1.8.5