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

Logger api for library IPSDKIPLLogical. More...

#include <IPSDKUtil/Logger/BaseLog.h>
#include <IPSDKIPL/IPSDKIPLLogical/Logger/IPSDKIPLLogicalException.h>
#include <IPSDKIPL/IPSDKIPLLogical/Logger/IPSDKIPLLogicalLogMessages.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::logic
 Namespace aggregating bitwise operations on images, pixel by pixel.
 

Macros

Logs

Macros enabling logging management for library IPSDKIPLLogical.

#define IPSDKIPLLOGICAL_LOG_TRACE(msg)   IPSDK_LOG_TRACE(IPSDKIPLLogical, msg);
 Logging of message msg with trace log level.
 
#define IPSDKIPLLOGICAL_LOG_DEBUG(msg)   IPSDK_LOG_DEBUG(IPSDKIPLLogical, msg);
 Logging of message msg with debug log level.
 
#define IPSDKIPLLOGICAL_LOG_INFO(msg)   IPSDK_LOG_INFO(IPSDKIPLLogical, msg);
 Logging of message msg with info log level.
 
#define IPSDKIPLLOGICAL_LOG_WARN(msg)   IPSDK_LOG_WARN(IPSDKIPLLogical, msg);
 Logging of message msg with warn log level.
 
#define IPSDKIPLLOGICAL_LOG_ERROR(msg)   IPSDK_LOG_ERROR(IPSDKIPLLogical, msg);
 Logging of message msg with error log level.
 
Exceptions

Macros enabling exception management for library IPSDKIPLLogical.

#define IPSDKIPLLOGICAL_THROW(msg)   IPSDK_THROW(IPSDKIPLLogical, msg);
 Unconditional exception thrown with logging of msg value.
 
#define IPSDKIPLLOGICAL_RETHROW(msg, previousException)   IPSDK_RETHROW(IPSDKIPLLogical, msg, previousException);
 Unconditional exception rethrown from previousException with logging of msg value.
 
#define IPSDKIPLLOGICAL_CHECK(bPredicate, msg)   IPSDK_CHECK(IPSDKIPLLogical, bPredicate, msg);
 Check of predicate bPredicate with exception thrown with logging of msg value in case of failure.
 

Functions

IPSDKIPLLOGICAL_API const std::string & ipsdk::imaproc::logic::getIPSDKIPLLogicalLoggerName ()
 Recovery of logger name associated to library.
 
IPSDKIPLLOGICAL_API log4cplus::Logger & ipsdk::imaproc::logic::getIPSDKIPLLogicalLogger ()
 Recovery of logger associated to library.
 
IPSDKIPLLOGICAL_API const ipsdk::LogMessageManageripsdk::imaproc::logic::getIPSDKIPLLogicalLogMessageManager ()
 Recovery of message manager associated to library.
 

Detailed Description

Logger api for library IPSDKIPLLogical.

Author
H. Delestre
Date
2014/05/09