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

Logger api for library IPSDKIPLGeometricTransform. More...

#include <IPSDKUtil/Logger/BaseLog.h>
#include <IPSDKIPL/IPSDKIPLGeometricTransform/Logger/IPSDKIPLGeometricTransformException.h>
#include <IPSDKIPL/IPSDKIPLGeometricTransform/Logger/IPSDKIPLGeometricTransformLogMessages.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::gtrans
 Namespace aggregating image geometric transformation processing algorithms.
 

Macros

Logs

Macros enabling logging management for library IPSDKIPLGeometricTransform.

#define IPSDKIPLGEOMETRICTRANSFORM_LOG_TRACE(msg)   IPSDK_LOG_TRACE(IPSDKIPLGeometricTransform, msg);
 Logging of message msg with trace log level.
 
#define IPSDKIPLGEOMETRICTRANSFORM_LOG_DEBUG(msg)   IPSDK_LOG_DEBUG(IPSDKIPLGeometricTransform, msg);
 Logging of message msg with debug log level.
 
#define IPSDKIPLGEOMETRICTRANSFORM_LOG_INFO(msg)   IPSDK_LOG_INFO(IPSDKIPLGeometricTransform, msg);
 Logging of message msg with info log level.
 
#define IPSDKIPLGEOMETRICTRANSFORM_LOG_WARN(msg)   IPSDK_LOG_WARN(IPSDKIPLGeometricTransform, msg);
 Logging of message msg with warn log level.
 
#define IPSDKIPLGEOMETRICTRANSFORM_LOG_ERROR(msg)   IPSDK_LOG_ERROR(IPSDKIPLGeometricTransform, msg);
 Logging of message msg with error log level.
 
Exceptions

Macros enabling exception management for library IPSDKIPLGeometricTransform.

#define IPSDKIPLGEOMETRICTRANSFORM_THROW(msg)   IPSDK_THROW(IPSDKIPLGeometricTransform, msg);
 Unconditional exception thrown with logging of msg value.
 
#define IPSDKIPLGEOMETRICTRANSFORM_RETHROW(msg, previousException)   IPSDK_RETHROW(IPSDKIPLGeometricTransform, msg, previousException);
 Unconditional exception rethrown from previousException with logging of msg value.
 
#define IPSDKIPLGEOMETRICTRANSFORM_CHECK(bPredicate, msg)   IPSDK_CHECK(IPSDKIPLGeometricTransform, bPredicate, msg);
 Check of predicate bPredicate with exception thrown with logging of msg value in case of failure.
 

Functions

IPSDKIPLGEOMETRICTRANSFORM_API const std::string & ipsdk::imaproc::gtrans::getIPSDKIPLGeometricTransformLoggerName ()
 Recovery of logger name associated to library.
 
IPSDKIPLGEOMETRICTRANSFORM_API log4cplus::Logger & ipsdk::imaproc::gtrans::getIPSDKIPLGeometricTransformLogger ()
 Recovery of logger associated to library.
 
IPSDKIPLGEOMETRICTRANSFORM_API const ipsdk::LogMessageManageripsdk::imaproc::gtrans::getIPSDKIPLGeometricTransformLogMessageManager ()
 Recovery of message manager associated to library.
 

Detailed Description

Logger api for library IPSDKIPLGeometricTransform.

Author
E.Noirfalise
Date
2017/04/14