IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKIPLFeatureDetectionLog.h
Go to the documentation of this file.
1 // IPSDKIPLFeatureDetectionLog.h:
3 // ------------------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_IPSDKIPLFEATUREDETECTIONLOG_H__
16 #define __IPSDKIPLFEATUREDETECTION_IPSDKIPLFEATUREDETECTIONLOG_H__
17 
19 #include <IPSDKIPL/IPSDKIPLFeatureDetection/Logger/IPSDKIPLFeatureDetectionException.h>
21 
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace fd {
28 
31 
34 
38 
39 } // end of namespace fd
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
44 //
50 
53 #define IPSDKIPLFEATUREDETECTION_LOG_TRACE(msg) \
54  IPSDK_LOG_TRACE(IPSDKIPLFeatureDetection, msg);
55 
58 #define IPSDKIPLFEATUREDETECTION_LOG_DEBUG(msg) \
59  IPSDK_LOG_DEBUG(IPSDKIPLFeatureDetection, msg);
60 
63 #define IPSDKIPLFEATUREDETECTION_LOG_INFO(msg) \
64  IPSDK_LOG_INFO(IPSDKIPLFeatureDetection, msg);
65 
68 #define IPSDKIPLFEATUREDETECTION_LOG_WARN(msg) \
69  IPSDK_LOG_WARN(IPSDKIPLFeatureDetection, msg);
70 
73 #define IPSDKIPLFEATUREDETECTION_LOG_ERROR(msg) \
74  IPSDK_LOG_ERROR(IPSDKIPLFeatureDetection, msg);
75 
77 
79 //
83 //
85 
88 #define IPSDKIPLFEATUREDETECTION_THROW(msg) \
89  IPSDK_THROW(IPSDKIPLFeatureDetection, msg);
90 
94 #define IPSDKIPLFEATUREDETECTION_RETHROW(msg, previousException) \
95  IPSDK_RETHROW(IPSDKIPLFeatureDetection, msg, previousException);
96 
100 #define IPSDKIPLFEATUREDETECTION_CHECK(bPredicate, msg) \
101  IPSDK_CHECK(IPSDKIPLFeatureDetection, bPredicate, msg);
102 
104 
107 
108 #endif // __IPSDKIPLFEATUREDETECTION_IPSDKIPLFEATUREDETECTIONLOG_H__
Log messages description.
IPSDKIPLFEATUREDETECTION_API log4cplus::Logger & getIPSDKIPLFeatureDetectionLogger()
Recovery of logger associated to library.
IPSDKIPLFEATUREDETECTION_API const std::string & getIPSDKIPLFeatureDetectionLoggerName()
Recovery of logger name associated to library.
IPSDKIPLFEATUREDETECTION_API const ipsdk::LogMessageManager & getIPSDKIPLFeatureDetectionLogMessageManager()
Recovery of message manager associated to library.
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25