Engauge Digitizer 2
Loading...
Searching...
No Matches
LoggingEvent.hh
Go to the documentation of this file.
1#ifndef LOGGING_EVENT_HH
2#define LOGGING_EVENT_HH
3
4#include "log4cpp/Priority.hh"
5#include <string>
6
7namespace log4cpp {
8
11 {
12 public:
14 LoggingEvent (const std::string &category,
15 const std::string &message,
16 const std::string &ndc,
18 };
19}
20
21#endif // LOGGING_EVENT_HH
const int INNER_RADIUS_MIN
Noop class that mimics the same class in the log4cpp library.
LoggingEvent(const std::string &category, const std::string &message, const std::string &ndc, Priority::Value priority)
Single constructor.
int Value
Priority level.
Definition Priority.hh:24