Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / runtime / onert / core / include / util / logging.h
index b835779..76cfb8d 100644 (file)
@@ -60,4 +60,8 @@ static Context &ctx = Context::get();
   if (::onert::util::logging::ctx.enabled()) \
   std::cout << "[" << #name << "] "
 
+#define VERBOSE_F()                          \
+  if (::onert::util::logging::ctx.enabled()) \
+  std::cout << "[" << __func__ << "] "
+
 #endif // __ONERT_UTIL_LOGGING_H__