LoggingEvent.hh
Go to the documentation of this file.
1 /*
2  * LoggingEvent.hh
3  *
4  * Copyright 2000, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
5  * Copyright 2000, Bastiaan Bakker. All rights reserved.
6  *
7  * See the COPYING file for the terms of usage and distribution.
8  */
9 
10 #ifndef _LOG4CPP_LOGGINGEVENT_HH
11 #define _LOG4CPP_LOGGINGEVENT_HH
12 
13 #include <log4cpp/Portability.hh>
14 #include <string>
15 
16 #include <log4cpp/Priority.hh>
17 #include <log4cpp/TimeStamp.hh>
18 
23 
33 public:
45  LoggingEvent(const std::string& category, const std::string& message,
46  const std::string& ndc, Priority::Value priority);
47 
48 
50  const std::string categoryName;
51 
53  const std::string message;
54 
56  const std::string ndc;
57 
60 
64  const std::string threadName;
65 
69 
70 private:
72 };
74 
75 #endif // _LOG4CPP_LOGGINGEVENT_HH
76 
#define LOG4CPP_NS_END
Definition: Portability.hh:50
const std::string ndc
The nested diagnostic context (NDC) of logging event.
Definition: LoggingEvent.hh:56
virtual void operator=(bool Value)
Set node value.
Definition: IBoolean.h:64
The top level namespace for all &#39;Log for C++&#39; types and classes.
Definition: LoggingEvent.hh:32
A simple TimeStamp abstraction.
Definition: TimeStamp.hh:20
TimeStamp timeStamp
The number of seconds elapsed since the epoch (1/1/1970 00:00:00 UTC) until logging event was created...
Definition: LoggingEvent.hh:68
const std::string threadName
The name of thread in which this logging event was generated, e.g.
Definition: LoggingEvent.hh:64
const std::string message
The application supplied message of logging event.
Definition: LoggingEvent.hh:53
const std::string categoryName
The category name.
Definition: LoggingEvent.hh:50
#define LOG4CPP_EXPORT
Definition: Export.hh:21
Priority::Value priority
Priority of logging event.
Definition: LoggingEvent.hh:59
int Value
The type of Priority Values.
Definition: Priority.hh:87
#define LOG4CPP_NS_BEGIN
Definition: Portability.hh:49


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54