15 #ifndef __SAMPLE_QUANTIFICATION3D_SAMPLE_QUANTIFICATION3DLOG_H__ 16 #define __SAMPLE_QUANTIFICATION3D_SAMPLE_QUANTIFICATION3DLOG_H__ 19 #include <Sample/Sample_Quantification3d/Logger/Sample_Quantification3dException.h> 51 #define SAMPLE_QUANTIFICATION3D_LOG_TRACE(msg) \ 52 IPSDK_LOG_TRACE(Sample_Quantification3d, msg); 56 #define SAMPLE_QUANTIFICATION3D_LOG_DEBUG(msg) \ 57 IPSDK_LOG_DEBUG(Sample_Quantification3d, msg); 61 #define SAMPLE_QUANTIFICATION3D_LOG_INFO(msg) \ 62 IPSDK_LOG_INFO(Sample_Quantification3d, msg); 66 #define SAMPLE_QUANTIFICATION3D_LOG_WARN(msg) \ 67 IPSDK_LOG_WARN(Sample_Quantification3d, msg); 71 #define SAMPLE_QUANTIFICATION3D_LOG_ERROR(msg) \ 72 IPSDK_LOG_ERROR(Sample_Quantification3d, msg); 86 #define SAMPLE_QUANTIFICATION3D_THROW(msg) \ 87 IPSDK_THROW(Sample_Quantification3d, msg); 92 #define SAMPLE_QUANTIFICATION3D_RETHROW(msg, previousException) \ 93 IPSDK_RETHROW(Sample_Quantification3d, msg, previousException); 98 #define SAMPLE_QUANTIFICATION3D_CHECK(bPredicate, msg) \ 99 IPSDK_CHECK(Sample_Quantification3d, bPredicate, msg); 106 #endif // __SAMPLE_QUANTIFICATION3D_SAMPLE_QUANTIFICATION3DLOG_H__ SAMPLE_QUANTIFICATION3D_API const ipsdk::LogMessageManager & getSample_Quantification3dLogMessageManager()
Recovery of message manager associated to library.
Log messages description.
SAMPLE_QUANTIFICATION3D_API const std::string & getSample_Quantification3dLoggerName()
Recovery of logger name associated to library.
#define SAMPLE_QUANTIFICATION3D_API
Import/Export macro for library Sample_Quantification3d.
Definition: Sample_Quantification3dExports.h:25
SAMPLE_QUANTIFICATION3D_API log4cplus::Logger & getSample_Quantification3dLogger()
Recovery of logger associated to library.