15 #ifndef __SAMPLE_KMEANS_SAMPLE_KMEANSLOG_H__ 16 #define __SAMPLE_KMEANS_SAMPLE_KMEANSLOG_H__ 19 #include <Sample/Sample_KMeans/Logger/Sample_KMeansException.h> 51 #define SAMPLE_KMEANS_LOG_TRACE(msg) \ 52 IPSDK_LOG_TRACE(Sample_KMeans, msg); 56 #define SAMPLE_KMEANS_LOG_DEBUG(msg) \ 57 IPSDK_LOG_DEBUG(Sample_KMeans, msg); 61 #define SAMPLE_KMEANS_LOG_INFO(msg) \ 62 IPSDK_LOG_INFO(Sample_KMeans, msg); 66 #define SAMPLE_KMEANS_LOG_WARN(msg) \ 67 IPSDK_LOG_WARN(Sample_KMeans, msg); 71 #define SAMPLE_KMEANS_LOG_ERROR(msg) \ 72 IPSDK_LOG_ERROR(Sample_KMeans, msg); 86 #define SAMPLE_KMEANS_THROW(msg) \ 87 IPSDK_THROW(Sample_KMeans, msg); 92 #define SAMPLE_KMEANS_RETHROW(msg, previousException) \ 93 IPSDK_RETHROW(Sample_KMeans, msg, previousException); 98 #define SAMPLE_KMEANS_CHECK(bPredicate, msg) \ 99 IPSDK_CHECK(Sample_KMeans, bPredicate, msg); 106 #endif // __SAMPLE_KMEANS_SAMPLE_KMEANSLOG_H__
Log messages description.
SAMPLE_KMEANS_API log4cplus::Logger & getSample_KMeansLogger()
Recovery of logger associated to library.
#define SAMPLE_KMEANS_API
Import/Export macro for library Sample_KMeans.
Definition: Sample_KMeansExports.h:25
SAMPLE_KMEANS_API const ipsdk::LogMessageManager & getSample_KMeansLogMessageManager()
Recovery of message manager associated to library.
SAMPLE_KMEANS_API const std::string & getSample_KMeansLoggerName()
Recovery of logger name associated to library.