We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c411d commit 89a17b4Copy full SHA for 89a17b4
modules/gapi/src/logger.hpp
@@ -13,9 +13,11 @@
13
# include "opencv2/core/utils/logger.hpp"
14
# define GAPI_LOG_INFO(tag, ...) CV_LOG_INFO(tag, __VA_ARGS__)
15
# define GAPI_LOG_WARNING(tag, ...) CV_LOG_WARNING(tag, __VA_ARGS__)
16
+# define GAPI_LOG_DEBUG(tag, ...) CV_LOG_DEBUG(tag, __VA_ARGS__)
17
#else
18
# define GAPI_LOG_INFO(tag, ...)
19
# define GAPI_LOG_WARNING(tag, ...)
20
+# define GAPI_LOG_DEBUG(tag, ...)
21
#endif // !defined(GAPI_STANDALONE)
22
23
0 commit comments