![]() |
OpenCV 4.10.0
开源计算机视觉
|
函数 | |
| cv::utils::logging::LogTag * | getGlobalLogTag () |
| void | writeLogMessage (LogLevel logLevel, const char *message) |
| void | writeLogMessageEx (LogLevel logLevel, const char *tag, const char *file, int line, const char *func, const char *message) |
| cv::utils::logging::LogTag * cv::utils::logging::internal::getGlobalLogTag | ( | ) |
获取全局日志标签
| void cv::utils::logging::internal::writeLogMessage | ( | LogLevel | logLevel, |
| const char * | message | ||
| ) |
写入日志消息
| void cv::utils::logging::internal::writeLogMessageEx | ( | LogLevel | logLevel, |
| const char * | tag, | ||
| const char * | file, | ||
| int | line, | ||
| const char * | func, | ||
| const char * | message | ||
| ) |
写入日志消息
1.9.8