Engauge Digitizer  2
LoggingEvent.cpp
1 #include "log4cpp/LoggingEvent.hh"
2 
3 using namespace std;
4 
5 namespace log4cpp {
6 
7  LoggingEvent::LoggingEvent (const string &,
8  const string &,
9  const string &,
11  {
12  }
13 }
int Value
Priority level.
Definition: Priority.hh:24