IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Sample_ShapeMatching2dLog.h
Go to the documentation of this file.
1 // Sample_ShapeMatching2dLog.h:
3 // ----------------------------
4 //
14 
15 #ifndef __SAMPLE_SHAPEMATCHING2D_SAMPLE_SHAPEMATCHING2DLOG_H__
16 #define __SAMPLE_SHAPEMATCHING2D_SAMPLE_SHAPEMATCHING2DLOG_H__
17 
19 #include <Sample/Sample_ShapeMatching2d/Logger/Sample_ShapeMatching2dException.h>
21 
24 
25 namespace ipsdk {
26 namespace sample {
27 
30 
33 
37 
38 } // end of namespace sample
39 } // end of namespace ipsdk
40 
42 //
48 
51 #define SAMPLE_SHAPEMATCHING2D_LOG_TRACE(msg) \
52  IPSDK_LOG_TRACE(Sample_ShapeMatching2d, msg);
53 
56 #define SAMPLE_SHAPEMATCHING2D_LOG_DEBUG(msg) \
57  IPSDK_LOG_DEBUG(Sample_ShapeMatching2d, msg);
58 
61 #define SAMPLE_SHAPEMATCHING2D_LOG_INFO(msg) \
62  IPSDK_LOG_INFO(Sample_ShapeMatching2d, msg);
63 
66 #define SAMPLE_SHAPEMATCHING2D_LOG_WARN(msg) \
67  IPSDK_LOG_WARN(Sample_ShapeMatching2d, msg);
68 
71 #define SAMPLE_SHAPEMATCHING2D_LOG_ERROR(msg) \
72  IPSDK_LOG_ERROR(Sample_ShapeMatching2d, msg);
73 
75 
77 //
81 //
83 
86 #define SAMPLE_SHAPEMATCHING2D_THROW(msg) \
87  IPSDK_THROW(Sample_ShapeMatching2d, msg);
88 
92 #define SAMPLE_SHAPEMATCHING2D_RETHROW(msg, previousException) \
93  IPSDK_RETHROW(Sample_ShapeMatching2d, msg, previousException);
94 
98 #define SAMPLE_SHAPEMATCHING2D_CHECK(bPredicate, msg) \
99  IPSDK_CHECK(Sample_ShapeMatching2d, bPredicate, msg);
100 
102 
105 
106 #endif // __SAMPLE_SHAPEMATCHING2D_SAMPLE_SHAPEMATCHING2DLOG_H__
SAMPLE_SHAPEMATCHING2D_API log4cplus::Logger & getSample_ShapeMatching2dLogger()
Recovery of logger associated to library.
Log messages description.
SAMPLE_SHAPEMATCHING2D_API const ipsdk::LogMessageManager & getSample_ShapeMatching2dLogMessageManager()
Recovery of message manager associated to library.
#define SAMPLE_SHAPEMATCHING2D_API
Import/Export macro for library Sample_ShapeMatching2d.
Definition: Sample_ShapeMatching2dExports.h:25
SAMPLE_SHAPEMATCHING2D_API const std::string & getSample_ShapeMatching2dLoggerName()
Recovery of logger name associated to library.