$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Namespaces | Macros | Enumerations
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. More...
 
#define CV_LOG_LEVEL_ERROR   2
 Error message. More...
 
#define CV_LOG_LEVEL_FATAL   1
 Fatal (critical) error (unrecoverable internal error) More...
 
#define CV_LOG_LEVEL_INFO   4
 Info message. More...
 
#define CV_LOG_LEVEL_SILENT   0
 for using in setLogLevel() call More...
 
#define CV_LOG_LEVEL_VERBOSE   6
 Verbose (trace) messages. Requires verbosity level. Disabled in the "Release" build. More...
 
#define CV_LOG_LEVEL_WARN   3
 Warning message. More...
 

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...