[Log] add definition log-fatal
authorJaeyun <jy1210.jung@samsung.com>
Thu, 4 Jun 2020 02:38:10 +0000 (11:38 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 4 Jun 2020 04:39:38 +0000 (13:39 +0900)
define new nns_logf (common fatal-log definition with nns_log prefix)

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gst/nnstreamer/nnstreamer_log.h

index d3c1646..8ab99dc 100644 (file)
@@ -83,5 +83,6 @@
 #define nns_logw ml_logw
 #define nns_loge ml_loge
 #define nns_logd ml_logd
+#define nns_logf ml_logf
 
 #endif /* __NNSTREAMER_LOG_H__ */