15 #ifndef __PYIPSDKIPLFEATUREDETECTION_PYIPSDKIPLFEATUREDETECTIONLOG_H__ 16 #define __PYIPSDKIPLFEATUREDETECTION_PYIPSDKIPLFEATUREDETECTIONLOG_H__ 19 #include <Python/PyIPSDKIPLFeatureDetection/Logger/PyIPSDKIPLFeatureDetectionException.h> 51 #define PYIPSDKIPLFEATUREDETECTION_LOG_TRACE(msg) \ 52 IPSDK_LOG_TRACE(PyIPSDKIPLFeatureDetection, msg); 56 #define PYIPSDKIPLFEATUREDETECTION_LOG_DEBUG(msg) \ 57 IPSDK_LOG_DEBUG(PyIPSDKIPLFeatureDetection, msg); 61 #define PYIPSDKIPLFEATUREDETECTION_LOG_INFO(msg) \ 62 IPSDK_LOG_INFO(PyIPSDKIPLFeatureDetection, msg); 66 #define PYIPSDKIPLFEATUREDETECTION_LOG_WARN(msg) \ 67 IPSDK_LOG_WARN(PyIPSDKIPLFeatureDetection, msg); 71 #define PYIPSDKIPLFEATUREDETECTION_LOG_ERROR(msg) \ 72 IPSDK_LOG_ERROR(PyIPSDKIPLFeatureDetection, msg); 86 #define PYIPSDKIPLFEATUREDETECTION_THROW(msg) \ 87 IPSDK_THROW(PyIPSDKIPLFeatureDetection, msg); 92 #define PYIPSDKIPLFEATUREDETECTION_RETHROW(msg, previousException) \ 93 IPSDK_RETHROW(PyIPSDKIPLFeatureDetection, msg, previousException); 98 #define PYIPSDKIPLFEATUREDETECTION_CHECK(bPredicate, msg) \ 99 IPSDK_CHECK(PyIPSDKIPLFeatureDetection, bPredicate, msg); 106 #endif // __PYIPSDKIPLFEATUREDETECTION_PYIPSDKIPLFEATUREDETECTIONLOG_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base Logger for IPSDK library.
PYIPSDKIPLFEATUREDETECTION_API log4cplus::Logger & getPyIPSDKIPLFeatureDetectionLogger()
Recovery of logger associated to library.
Log message manager for ipsdk libraries.
Definition: LogMessageManager.h:44
PYIPSDKIPLFEATUREDETECTION_API const std::string & getPyIPSDKIPLFeatureDetectionLoggerName()
Recovery of logger name associated to library.
Log messages description.
PYIPSDKIPLFEATUREDETECTION_API const ipsdk::LogMessageManager & getPyIPSDKIPLFeatureDetectionLogMessageManager()
Recovery of message manager associated to library.
#define PYIPSDKIPLFEATUREDETECTION_API
Import/Export macro for library PyIPSDKIPLFeatureDetection.
Definition: PyIPSDKIPLFeatureDetectionExports.h:25