IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKIPLArithmeticLog.h
Go to the documentation of this file.
1 // IPSDKIPLArithmeticLog.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_IPSDKIPLARITHMETICLOG_H__
16 #define __IPSDKIPLARITHMETIC_IPSDKIPLARITHMETICLOG_H__
17 
19 #include <IPSDKIPL/IPSDKIPLArithmetic/Logger/IPSDKIPLArithmeticException.h>
21 
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace arithm {
28 
31 
34 
38 
39 } // end of namespace arithm
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
44 //
50 
53 #define IPSDKIPLARITHMETIC_LOG_TRACE(msg) \
54  IPSDK_LOG_TRACE(IPSDKIPLArithmetic, msg);
55 
58 #define IPSDKIPLARITHMETIC_LOG_DEBUG(msg) \
59  IPSDK_LOG_DEBUG(IPSDKIPLArithmetic, msg);
60 
63 #define IPSDKIPLARITHMETIC_LOG_INFO(msg) \
64  IPSDK_LOG_INFO(IPSDKIPLArithmetic, msg);
65 
68 #define IPSDKIPLARITHMETIC_LOG_WARN(msg) \
69  IPSDK_LOG_WARN(IPSDKIPLArithmetic, msg);
70 
73 #define IPSDKIPLARITHMETIC_LOG_ERROR(msg) \
74  IPSDK_LOG_ERROR(IPSDKIPLArithmetic, msg);
75 
77 
79 //
83 //
85 
88 #define IPSDKIPLARITHMETIC_THROW(msg) \
89  IPSDK_THROW(IPSDKIPLArithmetic, msg);
90 
94 #define IPSDKIPLARITHMETIC_RETHROW(msg, previousException) \
95  IPSDK_RETHROW(IPSDKIPLArithmetic, msg, previousException);
96 
100 #define IPSDKIPLARITHMETIC_CHECK(bPredicate, msg) \
101  IPSDK_CHECK(IPSDKIPLArithmetic, bPredicate, msg);
102 
104 
107 
108 #endif // __IPSDKIPLARITHMETIC_IPSDKIPLARITHMETICLOG_H__
IPSDKIPLARITHMETIC_API log4cplus::Logger & getIPSDKIPLArithmeticLogger()
Recovery of logger associated to library.
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
Log messages description.
IPSDKIPLARITHMETIC_API const ipsdk::LogMessageManager & getIPSDKIPLArithmeticLogMessageManager()
Recovery of message manager associated to library.
IPSDKIPLARITHMETIC_API const std::string & getIPSDKIPLArithmeticLoggerName()
Recovery of logger name associated to library.