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

Logger api for library IPSDKIPLAttributes. More...

#include <IPSDKUtil/Logger/BaseLog.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Logger/IPSDKIPLAttributesException.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Logger/IPSDKIPLAttributesLogMessages.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::attr
 Namespace agregating IPSDK image processing attributes used by algorithm.
 

Macros

Logs

Macros enabling logging management for library IPSDKIPLAttributes.

#define IPSDKIPLATTRIBUTES_LOG_TRACE(msg)   IPSDK_LOG_TRACE(IPSDKIPLAttributes, msg);
 Logging of message msg with trace log level.
 
#define IPSDKIPLATTRIBUTES_LOG_DEBUG(msg)   IPSDK_LOG_DEBUG(IPSDKIPLAttributes, msg);
 Logging of message msg with debug log level.
 
#define IPSDKIPLATTRIBUTES_LOG_INFO(msg)   IPSDK_LOG_INFO(IPSDKIPLAttributes, msg);
 Logging of message msg with info log level.
 
#define IPSDKIPLATTRIBUTES_LOG_WARN(msg)   IPSDK_LOG_WARN(IPSDKIPLAttributes, msg);
 Logging of message msg with warn log level.
 
#define IPSDKIPLATTRIBUTES_LOG_ERROR(msg)   IPSDK_LOG_ERROR(IPSDKIPLAttributes, msg);
 Logging of message msg with error log level.
 
Exceptions

Macros enabling exception management for library IPSDKIPLAttributes.

#define IPSDKIPLATTRIBUTES_THROW(msg)   IPSDK_THROW(IPSDKIPLAttributes, msg);
 Unconditional exception thrown with logging of msg value.
 
#define IPSDKIPLATTRIBUTES_RETHROW(msg, previousException)   IPSDK_RETHROW(IPSDKIPLAttributes, msg, previousException);
 Unconditional exception rethrown from previousException with logging of msg value.
 
#define IPSDKIPLATTRIBUTES_CHECK(bPredicate, msg)   IPSDK_CHECK(IPSDKIPLAttributes, bPredicate, msg);
 Check of predicate bPredicate with exception thrown with logging of msg value in case of failure.
 

Functions

IPSDKIPLATTRIBUTES_API const std::string & ipsdk::imaproc::attr::getIPSDKIPLAttributesLoggerName ()
 Recovery of logger name associated to library.
 
IPSDKIPLATTRIBUTES_API log4cplus::Logger & ipsdk::imaproc::attr::getIPSDKIPLAttributesLogger ()
 Recovery of logger associated to library.
 
IPSDKIPLATTRIBUTES_API const ipsdk::LogMessageManageripsdk::imaproc::attr::getIPSDKIPLAttributesLogMessageManager ()
 Recovery of message manager associated to library.
 

Detailed Description

Logger api for library IPSDKIPLAttributes.

Author
E.Noirfalise
Date
2014/10/21