OpenCV  3.4.2
Open Source Computer Vision
Namespaces | Macros | Enumerations
Core_logging

Namespaces

 cv
 
 cv::utils
 
 cv::utils::logging
 
 cv::utils::logging::internal
 
 cv::utils::trace
 

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

Detailed Description

Macro Definition Documentation

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

Enumeration Type Documentation

Supported logging levels and their semantic.

Enumerator
LOG_LEVEL_SILENT 

for using in setLogVevel() call

LOG_LEVEL_FATAL 

Fatal (critical) error (unrecoverable internal error)

LOG_LEVEL_ERROR 

Error message.

LOG_LEVEL_WARNING 

Warning message.

LOG_LEVEL_INFO 

Info message.

LOG_LEVEL_DEBUG 

Debug message. Disabled in the "Release" build.

LOG_LEVEL_VERBOSE 

Verbose (trace) messages. Requires verbosity level. Disabled in the "Release" build.