OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Macros | Enumerations
logger.defines.hpp File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
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...