OpenCV  4.3.0
Open Source Computer Vision
Namespaces | Classes | Enumerations | Functions

Namespaces

 internal
 

Classes

struct  LogTag
 
struct  LogTagAuto
 

Enumerations

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

Functions

LogLevel getLogLevel ()
 
cv::utils::logging::LogLevel getLogTagLevel (const char *tag)
 
void registerLogTag (cv::utils::logging::LogTag *plogtag)
 
LogLevel setLogLevel (LogLevel logLevel)
 
void setLogTagLevel (const char *tag, cv::utils::logging::LogLevel level)