15 #ifndef __PYIPSDKIPLARITHMETIC_PYIPSDKIPLARITHMETICLOG_H__ 16 #define __PYIPSDKIPLARITHMETIC_PYIPSDKIPLARITHMETICLOG_H__ 19 #include <Python/PyIPSDKIPLArithmetic/Logger/PyIPSDKIPLArithmeticException.h> 51 #define PYIPSDKIPLARITHMETIC_LOG_TRACE(msg) \ 52 IPSDK_LOG_TRACE(PyIPSDKIPLArithmetic, msg); 56 #define PYIPSDKIPLARITHMETIC_LOG_DEBUG(msg) \ 57 IPSDK_LOG_DEBUG(PyIPSDKIPLArithmetic, msg); 61 #define PYIPSDKIPLARITHMETIC_LOG_INFO(msg) \ 62 IPSDK_LOG_INFO(PyIPSDKIPLArithmetic, msg); 66 #define PYIPSDKIPLARITHMETIC_LOG_WARN(msg) \ 67 IPSDK_LOG_WARN(PyIPSDKIPLArithmetic, msg); 71 #define PYIPSDKIPLARITHMETIC_LOG_ERROR(msg) \ 72 IPSDK_LOG_ERROR(PyIPSDKIPLArithmetic, msg); 86 #define PYIPSDKIPLARITHMETIC_THROW(msg) \ 87 IPSDK_THROW(PyIPSDKIPLArithmetic, msg); 92 #define PYIPSDKIPLARITHMETIC_RETHROW(msg, previousException) \ 93 IPSDK_RETHROW(PyIPSDKIPLArithmetic, msg, previousException); 98 #define PYIPSDKIPLARITHMETIC_CHECK(bPredicate, msg) \ 99 IPSDK_CHECK(PyIPSDKIPLArithmetic, bPredicate, msg); 106 #endif // __PYIPSDKIPLARITHMETIC_PYIPSDKIPLARITHMETICLOG_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKIPLARITHMETIC_API const std::string & getPyIPSDKIPLArithmeticLoggerName()
Recovery of logger name associated to library.
PYIPSDKIPLARITHMETIC_API const ipsdk::LogMessageManager & getPyIPSDKIPLArithmeticLogMessageManager()
Recovery of message manager associated to library.
Base Logger for IPSDK library.
Log messages description.
#define PYIPSDKIPLARITHMETIC_API
Import/Export macro for library PyIPSDKIPLArithmetic.
Definition: PyIPSDKIPLArithmeticExports.h:25
Log message manager for ipsdk libraries.
Definition: LogMessageManager.h:44
PYIPSDKIPLARITHMETIC_API log4cplus::Logger & getPyIPSDKIPLArithmeticLogger()
Recovery of logger associated to library.