15 #ifndef __IPSDKIPLCOLOR_IPSDKIPLCOLORLOG_H__ 16 #define __IPSDKIPLCOLOR_IPSDKIPLCOLORLOG_H__ 19 #include <IPSDKIPL/IPSDKIPLColor/Logger/IPSDKIPLColorException.h> 53 #define IPSDKIPLCOLOR_LOG_TRACE(msg) \ 54 IPSDK_LOG_TRACE(IPSDKIPLColor, msg); 58 #define IPSDKIPLCOLOR_LOG_DEBUG(msg) \ 59 IPSDK_LOG_DEBUG(IPSDKIPLColor, msg); 63 #define IPSDKIPLCOLOR_LOG_INFO(msg) \ 64 IPSDK_LOG_INFO(IPSDKIPLColor, msg); 68 #define IPSDKIPLCOLOR_LOG_WARN(msg) \ 69 IPSDK_LOG_WARN(IPSDKIPLColor, msg); 73 #define IPSDKIPLCOLOR_LOG_ERROR(msg) \ 74 IPSDK_LOG_ERROR(IPSDKIPLColor, msg); 88 #define IPSDKIPLCOLOR_THROW(msg) \ 89 IPSDK_THROW(IPSDKIPLColor, msg); 94 #define IPSDKIPLCOLOR_RETHROW(msg, previousException) \ 95 IPSDK_RETHROW(IPSDKIPLColor, msg, previousException); 100 #define IPSDKIPLCOLOR_CHECK(bPredicate, msg) \ 101 IPSDK_CHECK(IPSDKIPLColor, bPredicate, msg); 108 #endif // __IPSDKIPLCOLOR_IPSDKIPLCOLORLOG_H__ IPSDKIPLCOLOR_API const std::string & getIPSDKIPLColorLoggerName()
Recovery of logger name associated to library.
IPSDKIPLCOLOR_API log4cplus::Logger & getIPSDKIPLColorLogger()
Recovery of logger associated to library.
#define IPSDKIPLCOLOR_API
Import/Export macro for library IPSDKIPLColor.
Definition: IPSDKIPLColorExports.h:25
Log messages description.
IPSDKIPLCOLOR_API const ipsdk::LogMessageManager & getIPSDKIPLColorLogMessageManager()
Recovery of message manager associated to library.