IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKUnitTestToolsLog.h
Go to the documentation of this file.
1 // IPSDKUnitTestToolsLog.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKUNITTESTTOOLS_IPSDKUNITTESTTOOLSLOG_H__
16 #define __IPSDKUNITTESTTOOLS_IPSDKUNITTESTTOOLSLOG_H__
17 
19 #include <UnitTest/IPSDKUnitTestTools/Logger/IPSDKUnitTestToolsException.h>
21 
24 
25 namespace ipsdk {
26 namespace unittest {
27 
30 
33 
36 
37 } // end of namespace unittest
38 } // end of namespace ipsdk
39 
41 //
47 
50 #define IPSDKUNITTESTTOOLS_LOG_TRACE(msg) \
51  IPSDK_LOG_TRACE(IPSDKUnitTestTools, msg);
52 
55 #define IPSDKUNITTESTTOOLS_LOG_DEBUG(msg) \
56  IPSDK_LOG_DEBUG(IPSDKUnitTestTools, msg);
57 
60 #define IPSDKUNITTESTTOOLS_LOG_INFO(msg) \
61  IPSDK_LOG_INFO(IPSDKUnitTestTools, msg);
62 
65 #define IPSDKUNITTESTTOOLS_LOG_WARN(msg) \
66  IPSDK_LOG_WARN(IPSDKUnitTestTools, msg);
67 
70 #define IPSDKUNITTESTTOOLS_LOG_ERROR(msg) \
71  IPSDK_LOG_ERROR(IPSDKUnitTestTools, msg);
72 
74 
76 //
80 //
82 
85 #define IPSDKUNITTESTTOOLS_THROW(msg) \
86  IPSDK_THROW(IPSDKUnitTestTools, msg);
87 
91 #define IPSDKUNITTESTTOOLS_RETHROW(msg, previousException) \
92  IPSDK_RETHROW(IPSDKUnitTestTools, msg, previousException);
93 
97 #define IPSDKUNITTESTTOOLS_CHECK(bPredicate, msg) \
98  IPSDK_CHECK(IPSDKUnitTestTools, bPredicate, msg);
99 
101 
104 
105 #endif // __IPSDKUNITTESTTOOLS_IPSDKUNITTESTTOOLSLOG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKUNITTESTTOOLS_API log4cplus::Logger & getIPSDKUnitTestToolsLogger()
Recovery of logger associated to library.
Base Logger for IPSDK library.
#define IPSDKUNITTESTTOOLS_API
Import/Export macro for library IPSDKUnitTestTools.
Definition: IPSDKUnitTestToolsExports.h:27
Log messages description.
IPSDKUNITTESTTOOLS_API const std::string & getIPSDKUnitTestToolsLoggerName()
Recovery of logger name associated to library.
IPSDKUNITTESTTOOLS_API const LogMessageManager & getIPSDKUnitTestToolsLogMessageManager()
Recovery of message manager associated to library.