OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
logger.defines.hpp File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 
namespace  cv::utils
 
namespace  cv::utils::logging
 

Macros

#define CV_LOG_LEVEL_DEBUG   5
 Debug message. Disabled in the "Release" build.
 
#define CV_LOG_LEVEL_ERROR   2
 Error message.
 
#define CV_LOG_LEVEL_FATAL   1
 Fatal (critical) error (unrecoverable internal error)
 
#define CV_LOG_LEVEL_INFO   4
 Info message.
 
#define CV_LOG_LEVEL_SILENT   0
 for using in setLogLevel() call
 
#define CV_LOG_LEVEL_VERBOSE   6
 Verbose (trace) messages. Requires verbosity level. Disabled in the "Release" build.
 
#define CV_LOG_LEVEL_WARN   3
 Warning message.
 

Enumerations

enum  cv::utils::logging::LogLevel {
  cv::utils::logging::LOG_LEVEL_SILENT = 0 ,
  cv::utils::logging::LOG_LEVEL_FATAL = 1 ,
  cv::utils::logging::LOG_LEVEL_ERROR = 2 ,
  cv::utils::logging::LOG_LEVEL_WARNING = 3 ,
  cv::utils::logging::LOG_LEVEL_INFO = 4 ,
  cv::utils::logging::LOG_LEVEL_DEBUG = 5 ,
  cv::utils::logging::LOG_LEVEL_VERBOSE = 6
}
 Supported logging levels and their semantic. More...