MIRA
Namespaces | Macros
LoggingAux.h File Reference

Auxiliary logging macros for special entities like exceptions, etc. More...

#include <exception>
#include <error/SignalHandler.h>
#include <error/LoggingCore.h>
Include dependency graph for LoggingAux.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Macros

#define MIRA_LOG_EXCEPTION(level, ex)
 Log the specified exception, including all information that the exception object carries. More...
 
#define MIRA_LOG_SIGNAL(level, sig)
 Log the error string based on the specified signal and a backtrace if available. More...
 

Detailed Description

Auxiliary logging macros for special entities like exceptions, etc.

Author
Erik Einhorn
Date
2011/02/27