Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
7 namespace log4cpp {
8 
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
Noop class that mimics the same class in the log4cpp library.
Definition: LoggingEvent.hh:10
LoggingEvent(const std::string &category, const std::string &message, const std::string &ndc, Priority::Value priority)
Single constructor.
Definition: LoggingEvent.cpp:7
int Value
Priority level.
Definition: Priority.hh:24