IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PyIPSDKIPLBasicMorphologyLog.h
Go to the documentation of this file.
1 // PyIPSDKIPLBasicMorphologyLog.h:
3 // --------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLBASICMORPHOLOGY_PYIPSDKIPLBASICMORPHOLOGYLOG_H__
16 #define __PYIPSDKIPLBASICMORPHOLOGY_PYIPSDKIPLBASICMORPHOLOGYLOG_H__
17 
19 #include <Python/PyIPSDKIPLBasicMorphology/Logger/PyIPSDKIPLBasicMorphologyException.h>
21 
24 
25 namespace ipsdk {
26 namespace python {
27 
30 
33 
37 
38 } // end of namespace python
39 } // end of namespace ipsdk
40 
42 //
48 
51 #define PYIPSDKIPLBASICMORPHOLOGY_LOG_TRACE(msg) \
52  IPSDK_LOG_TRACE(PyIPSDKIPLBasicMorphology, msg);
53 
56 #define PYIPSDKIPLBASICMORPHOLOGY_LOG_DEBUG(msg) \
57  IPSDK_LOG_DEBUG(PyIPSDKIPLBasicMorphology, msg);
58 
61 #define PYIPSDKIPLBASICMORPHOLOGY_LOG_INFO(msg) \
62  IPSDK_LOG_INFO(PyIPSDKIPLBasicMorphology, msg);
63 
66 #define PYIPSDKIPLBASICMORPHOLOGY_LOG_WARN(msg) \
67  IPSDK_LOG_WARN(PyIPSDKIPLBasicMorphology, msg);
68 
71 #define PYIPSDKIPLBASICMORPHOLOGY_LOG_ERROR(msg) \
72  IPSDK_LOG_ERROR(PyIPSDKIPLBasicMorphology, msg);
73 
75 
77 //
81 //
83 
86 #define PYIPSDKIPLBASICMORPHOLOGY_THROW(msg) \
87  IPSDK_THROW(PyIPSDKIPLBasicMorphology, msg);
88 
92 #define PYIPSDKIPLBASICMORPHOLOGY_RETHROW(msg, previousException) \
93  IPSDK_RETHROW(PyIPSDKIPLBasicMorphology, msg, previousException);
94 
98 #define PYIPSDKIPLBASICMORPHOLOGY_CHECK(bPredicate, msg) \
99  IPSDK_CHECK(PyIPSDKIPLBasicMorphology, bPredicate, msg);
100 
102 
105 
106 #endif // __PYIPSDKIPLBASICMORPHOLOGY_PYIPSDKIPLBASICMORPHOLOGYLOG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKIPLBASICMORPHOLOGY_API const std::string & getPyIPSDKIPLBasicMorphologyLoggerName()
Recovery of logger name associated to library.
Base Logger for IPSDK library.
Log messages description.
PYIPSDKIPLBASICMORPHOLOGY_API log4cplus::Logger & getPyIPSDKIPLBasicMorphologyLogger()
Recovery of logger associated to library.
Log message manager for ipsdk libraries.
Definition: LogMessageManager.h:44
PYIPSDKIPLBASICMORPHOLOGY_API const ipsdk::LogMessageManager & getPyIPSDKIPLBasicMorphologyLogMessageManager()
Recovery of message manager associated to library.
#define PYIPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library PyIPSDKIPLBasicMorphology.
Definition: PyIPSDKIPLBasicMorphologyExports.h:25