15 #ifndef __IPSDKIPLGLOBALMEASURE_IPSDKIPLGLOBALMEASURELOG_H__ 16 #define __IPSDKIPLGLOBALMEASURE_IPSDKIPLGLOBALMEASURELOG_H__ 19 #include <IPSDKIPL/IPSDKIPLGlobalMeasure/Logger/IPSDKIPLGlobalMeasureException.h> 53 #define IPSDKIPLGLOBALMEASURE_LOG_TRACE(msg) \ 54 IPSDK_LOG_TRACE(IPSDKIPLGlobalMeasure, msg); 58 #define IPSDKIPLGLOBALMEASURE_LOG_DEBUG(msg) \ 59 IPSDK_LOG_DEBUG(IPSDKIPLGlobalMeasure, msg); 63 #define IPSDKIPLGLOBALMEASURE_LOG_INFO(msg) \ 64 IPSDK_LOG_INFO(IPSDKIPLGlobalMeasure, msg); 68 #define IPSDKIPLGLOBALMEASURE_LOG_WARN(msg) \ 69 IPSDK_LOG_WARN(IPSDKIPLGlobalMeasure, msg); 73 #define IPSDKIPLGLOBALMEASURE_LOG_ERROR(msg) \ 74 IPSDK_LOG_ERROR(IPSDKIPLGlobalMeasure, msg); 88 #define IPSDKIPLGLOBALMEASURE_THROW(msg) \ 89 IPSDK_THROW(IPSDKIPLGlobalMeasure, msg); 94 #define IPSDKIPLGLOBALMEASURE_RETHROW(msg, previousException) \ 95 IPSDK_RETHROW(IPSDKIPLGlobalMeasure, msg, previousException); 100 #define IPSDKIPLGLOBALMEASURE_CHECK(bPredicate, msg) \ 101 IPSDK_CHECK(IPSDKIPLGlobalMeasure, bPredicate, msg); 108 #endif // __IPSDKIPLGLOBALMEASURE_IPSDKIPLGLOBALMEASURELOG_H__ #define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API const std::string & getIPSDKIPLGlobalMeasureLoggerName()
Recovery of logger name associated to library.
IPSDKIPLGLOBALMEASURE_API const ipsdk::LogMessageManager & getIPSDKIPLGlobalMeasureLogMessageManager()
Recovery of message manager associated to library.
Log messages description.
IPSDKIPLGLOBALMEASURE_API log4cplus::Logger & getIPSDKIPLGlobalMeasureLogger()
Recovery of logger associated to library.