IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKBaseShapeAnalysisLog.h
Go to the documentation of this file.
1 // IPSDKBaseShapeAnalysisLog.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKBASESHAPEANALYSIS_IPSDKBASESHAPEANALYSISLOG_H__
16 #define __IPSDKBASESHAPEANALYSIS_IPSDKBASESHAPEANALYSISLOG_H__
17 
19 #include <IPSDKBaseShapeAnalysis/Logger/IPSDKBaseShapeAnalysisException.h>
21 
24 
25 namespace ipsdk {
26 namespace shape {
27 namespace analysis {
28 
31 
34 
38 
39 } // end of namespace analysis
40 } // end of namespace shape
41 } // end of namespace ipsdk
42 
44 //
50 
53 #define IPSDKBASESHAPEANALYSIS_LOG_TRACE(msg) \
54  IPSDK_LOG_TRACE(IPSDKBaseShapeAnalysis, msg);
55 
58 #define IPSDKBASESHAPEANALYSIS_LOG_DEBUG(msg) \
59  IPSDK_LOG_DEBUG(IPSDKBaseShapeAnalysis, msg);
60 
63 #define IPSDKBASESHAPEANALYSIS_LOG_INFO(msg) \
64  IPSDK_LOG_INFO(IPSDKBaseShapeAnalysis, msg);
65 
68 #define IPSDKBASESHAPEANALYSIS_LOG_WARN(msg) \
69  IPSDK_LOG_WARN(IPSDKBaseShapeAnalysis, msg);
70 
73 #define IPSDKBASESHAPEANALYSIS_LOG_ERROR(msg) \
74  IPSDK_LOG_ERROR(IPSDKBaseShapeAnalysis, msg);
75 
77 
79 //
83 //
85 
88 #define IPSDKBASESHAPEANALYSIS_THROW(msg) \
89  IPSDK_THROW(IPSDKBaseShapeAnalysis, msg);
90 
94 #define IPSDKBASESHAPEANALYSIS_RETHROW(msg, previousException) \
95  IPSDK_RETHROW(IPSDKBaseShapeAnalysis, msg, previousException);
96 
100 #define IPSDKBASESHAPEANALYSIS_CHECK(bPredicate, msg) \
101  IPSDK_CHECK(IPSDKBaseShapeAnalysis, bPredicate, msg);
102 
104 
107 
108 #endif // __IPSDKBASESHAPEANALYSIS_IPSDKBASESHAPEANALYSISLOG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Log messages description.
#define IPSDKBASESHAPEANALYSIS_API
Import/Export macro for library IPSDKBaseShapeAnalysis.
Definition: IPSDKBaseShapeAnalysisExports.h:25
Base Logger for IPSDK library.
IPSDKBASESHAPEANALYSIS_API const ipsdk::LogMessageManager & getIPSDKBaseShapeAnalysisLogMessageManager()
Recovery of message manager associated to library.
Log message manager for ipsdk libraries.
Definition: LogMessageManager.h:44
IPSDKBASESHAPEANALYSIS_API const std::string & getIPSDKBaseShapeAnalysisLoggerName()
Recovery of logger name associated to library.
IPSDKBASESHAPEANALYSIS_API log4cplus::Logger & getIPSDKBaseShapeAnalysisLogger()
Recovery of logger associated to library.