IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
IPSDKIPLGlobalMeasureLog.h File Reference

Logger api for library IPSDKIPLGlobalMeasure. More...

#include <IPSDKUtil/Logger/BaseLog.h>
#include <IPSDKIPL/IPSDKIPLGlobalMeasure/Logger/IPSDKIPLGlobalMeasureException.h>
#include <IPSDKIPL/IPSDKIPLGlobalMeasure/Logger/IPSDKIPLGlobalMeasureLogMessages.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::glbmsr
 Namespace aggregating global measure operations on images, pixel by pixel.
 

Macros

Logs

Macros enabling logging management for library IPSDKIPLGlobalMeasure.

#define IPSDKIPLGLOBALMEASURE_LOG_TRACE(msg)   IPSDK_LOG_TRACE(IPSDKIPLGlobalMeasure, msg);
 Logging of message msg with trace log level.
 
#define IPSDKIPLGLOBALMEASURE_LOG_DEBUG(msg)   IPSDK_LOG_DEBUG(IPSDKIPLGlobalMeasure, msg);
 Logging of message msg with debug log level.
 
#define IPSDKIPLGLOBALMEASURE_LOG_INFO(msg)   IPSDK_LOG_INFO(IPSDKIPLGlobalMeasure, msg);
 Logging of message msg with info log level.
 
#define IPSDKIPLGLOBALMEASURE_LOG_WARN(msg)   IPSDK_LOG_WARN(IPSDKIPLGlobalMeasure, msg);
 Logging of message msg with warn log level.
 
#define IPSDKIPLGLOBALMEASURE_LOG_ERROR(msg)   IPSDK_LOG_ERROR(IPSDKIPLGlobalMeasure, msg);
 Logging of message msg with error log level.
 
Exceptions

Macros enabling exception management for library IPSDKIPLGlobalMeasure.

#define IPSDKIPLGLOBALMEASURE_THROW(msg)   IPSDK_THROW(IPSDKIPLGlobalMeasure, msg);
 Unconditional exception thrown with logging of msg value.
 
#define IPSDKIPLGLOBALMEASURE_RETHROW(msg, previousException)   IPSDK_RETHROW(IPSDKIPLGlobalMeasure, msg, previousException);
 Unconditional exception rethrown from previousException with logging of msg value.
 
#define IPSDKIPLGLOBALMEASURE_CHECK(bPredicate, msg)   IPSDK_CHECK(IPSDKIPLGlobalMeasure, bPredicate, msg);
 Check of predicate bPredicate with exception thrown with logging of msg value in case of failure.
 

Functions

IPSDKIPLGLOBALMEASURE_API const std::string & ipsdk::imaproc::glbmsr::getIPSDKIPLGlobalMeasureLoggerName ()
 Recovery of logger name associated to library.
 
IPSDKIPLGLOBALMEASURE_API log4cplus::Logger & ipsdk::imaproc::glbmsr::getIPSDKIPLGlobalMeasureLogger ()
 Recovery of logger associated to library.
 
IPSDKIPLGLOBALMEASURE_API const ipsdk::LogMessageManageripsdk::imaproc::glbmsr::getIPSDKIPLGlobalMeasureLogMessageManager ()
 Recovery of message manager associated to library.
 

Detailed Description

Logger api for library IPSDKIPLGlobalMeasure.

Author
H. Delestre
Date
2014/06/18