15 #ifndef __PYIPSDKIPLGLOBALMEASURE_PYIPSDKIPLGLOBALMEASURELOG_H__ 16 #define __PYIPSDKIPLGLOBALMEASURE_PYIPSDKIPLGLOBALMEASURELOG_H__ 19 #include <Python/PyIPSDKIPLGlobalMeasure/Logger/PyIPSDKIPLGlobalMeasureException.h> 51 #define PYIPSDKIPLGLOBALMEASURE_LOG_TRACE(msg) \ 52 IPSDK_LOG_TRACE(PyIPSDKIPLGlobalMeasure, msg); 56 #define PYIPSDKIPLGLOBALMEASURE_LOG_DEBUG(msg) \ 57 IPSDK_LOG_DEBUG(PyIPSDKIPLGlobalMeasure, msg); 61 #define PYIPSDKIPLGLOBALMEASURE_LOG_INFO(msg) \ 62 IPSDK_LOG_INFO(PyIPSDKIPLGlobalMeasure, msg); 66 #define PYIPSDKIPLGLOBALMEASURE_LOG_WARN(msg) \ 67 IPSDK_LOG_WARN(PyIPSDKIPLGlobalMeasure, msg); 71 #define PYIPSDKIPLGLOBALMEASURE_LOG_ERROR(msg) \ 72 IPSDK_LOG_ERROR(PyIPSDKIPLGlobalMeasure, msg); 86 #define PYIPSDKIPLGLOBALMEASURE_THROW(msg) \ 87 IPSDK_THROW(PyIPSDKIPLGlobalMeasure, msg); 92 #define PYIPSDKIPLGLOBALMEASURE_RETHROW(msg, previousException) \ 93 IPSDK_RETHROW(PyIPSDKIPLGlobalMeasure, msg, previousException); 98 #define PYIPSDKIPLGLOBALMEASURE_CHECK(bPredicate, msg) \ 99 IPSDK_CHECK(PyIPSDKIPLGlobalMeasure, bPredicate, msg); 106 #endif // __PYIPSDKIPLGLOBALMEASURE_PYIPSDKIPLGLOBALMEASURELOG_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKIPLGLOBALMEASURE_API const std::string & getPyIPSDKIPLGlobalMeasureLoggerName()
Recovery of logger name associated to library.
Base Logger for IPSDK library.
#define PYIPSDKIPLGLOBALMEASURE_API
Import/Export macro for library PyIPSDKIPLGlobalMeasure.
Definition: PyIPSDKIPLGlobalMeasureExports.h:25
PYIPSDKIPLGLOBALMEASURE_API log4cplus::Logger & getPyIPSDKIPLGlobalMeasureLogger()
Recovery of logger associated to library.
Log message manager for ipsdk libraries.
Definition: LogMessageManager.h:44
PYIPSDKIPLGLOBALMEASURE_API const ipsdk::LogMessageManager & getPyIPSDKIPLGlobalMeasureLogMessageManager()
Recovery of message manager associated to library.
Log messages description.