IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKIPLLogicalLog.h
Go to the documentation of this file.
1 // IPSDKIPLLogicalLog.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIPLLOGICAL_IPSDKIPLLOGICALLOG_H__
16 #define __IPSDKIPLLOGICAL_IPSDKIPLLOGICALLOG_H__
17 
19 #include <IPSDKIPL/IPSDKIPLLogical/Logger/IPSDKIPLLogicalException.h>
21 
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace logic {
28 
31 
34 
38 
39 } // end of namespace logic
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
44 //
50 
53 #define IPSDKIPLLOGICAL_LOG_TRACE(msg) \
54  IPSDK_LOG_TRACE(IPSDKIPLLogical, msg);
55 
58 #define IPSDKIPLLOGICAL_LOG_DEBUG(msg) \
59  IPSDK_LOG_DEBUG(IPSDKIPLLogical, msg);
60 
63 #define IPSDKIPLLOGICAL_LOG_INFO(msg) \
64  IPSDK_LOG_INFO(IPSDKIPLLogical, msg);
65 
68 #define IPSDKIPLLOGICAL_LOG_WARN(msg) \
69  IPSDK_LOG_WARN(IPSDKIPLLogical, msg);
70 
73 #define IPSDKIPLLOGICAL_LOG_ERROR(msg) \
74  IPSDK_LOG_ERROR(IPSDKIPLLogical, msg);
75 
77 
79 //
83 //
85 
88 #define IPSDKIPLLOGICAL_THROW(msg) \
89  IPSDK_THROW(IPSDKIPLLogical, msg);
90 
94 #define IPSDKIPLLOGICAL_RETHROW(msg, previousException) \
95  IPSDK_RETHROW(IPSDKIPLLogical, msg, previousException);
96 
100 #define IPSDKIPLLOGICAL_CHECK(bPredicate, msg) \
101  IPSDK_CHECK(IPSDKIPLLogical, bPredicate, msg);
102 
104 
107 
108 #endif // __IPSDKIPLLOGICAL_IPSDKIPLLOGICALLOG_H__
Log messages description.
#define IPSDKIPLLOGICAL_API
Import/Export macro for library IPSDKIPLLogical.
Definition: IPSDKIPLLogicalExports.h:25
IPSDKIPLLOGICAL_API const ipsdk::LogMessageManager & getIPSDKIPLLogicalLogMessageManager()
Recovery of message manager associated to library.
IPSDKIPLLOGICAL_API log4cplus::Logger & getIPSDKIPLLogicalLogger()
Recovery of logger associated to library.
IPSDKIPLLOGICAL_API const std::string & getIPSDKIPLLogicalLoggerName()
Recovery of logger name associated to library.