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

Logger api for library IPSDKIPLFeatureDetection. More...

#include <IPSDKUtil/Logger/BaseLog.h>
#include <IPSDKIPL/IPSDKIPLFeatureDetection/Logger/IPSDKIPLFeatureDetectionException.h>
#include <IPSDKIPL/IPSDKIPLFeatureDetection/Logger/IPSDKIPLFeatureDetectionLogMessages.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::fd
 Namespace aggregating features detection operations in images.
 

Macros

Logs

Macros enabling logging management for library IPSDKIPLFeatureDetection.

#define IPSDKIPLFEATUREDETECTION_LOG_TRACE(msg)   IPSDK_LOG_TRACE(IPSDKIPLFeatureDetection, msg);
 Logging of message msg with trace log level.
 
#define IPSDKIPLFEATUREDETECTION_LOG_DEBUG(msg)   IPSDK_LOG_DEBUG(IPSDKIPLFeatureDetection, msg);
 Logging of message msg with debug log level.
 
#define IPSDKIPLFEATUREDETECTION_LOG_INFO(msg)   IPSDK_LOG_INFO(IPSDKIPLFeatureDetection, msg);
 Logging of message msg with info log level.
 
#define IPSDKIPLFEATUREDETECTION_LOG_WARN(msg)   IPSDK_LOG_WARN(IPSDKIPLFeatureDetection, msg);
 Logging of message msg with warn log level.
 
#define IPSDKIPLFEATUREDETECTION_LOG_ERROR(msg)   IPSDK_LOG_ERROR(IPSDKIPLFeatureDetection, msg);
 Logging of message msg with error log level.
 
Exceptions

Macros enabling exception management for library IPSDKIPLFeatureDetection.

#define IPSDKIPLFEATUREDETECTION_THROW(msg)   IPSDK_THROW(IPSDKIPLFeatureDetection, msg);
 Unconditional exception thrown with logging of msg value.
 
#define IPSDKIPLFEATUREDETECTION_RETHROW(msg, previousException)   IPSDK_RETHROW(IPSDKIPLFeatureDetection, msg, previousException);
 Unconditional exception rethrown from previousException with logging of msg value.
 
#define IPSDKIPLFEATUREDETECTION_CHECK(bPredicate, msg)   IPSDK_CHECK(IPSDKIPLFeatureDetection, bPredicate, msg);
 Check of predicate bPredicate with exception thrown with logging of msg value in case of failure.
 

Functions

IPSDKIPLFEATUREDETECTION_API const std::string & ipsdk::imaproc::fd::getIPSDKIPLFeatureDetectionLoggerName ()
 Recovery of logger name associated to library.
 
IPSDKIPLFEATUREDETECTION_API log4cplus::Logger & ipsdk::imaproc::fd::getIPSDKIPLFeatureDetectionLogger ()
 Recovery of logger associated to library.
 
IPSDKIPLFEATUREDETECTION_API const ipsdk::LogMessageManageripsdk::imaproc::fd::getIPSDKIPLFeatureDetectionLogMessageManager ()
 Recovery of message manager associated to library.
 

Detailed Description

Logger api for library IPSDKIPLFeatureDetection.

Author
H. Delestre
Date
2015/06/02