ctf: use `bt2c::Logger` throughout `src.ctf.fs`, `src.ctf.lttng-live`
[babeltrace.git] / src / plugins / ctf / common / src / metadata / tsdl / parser-wrap.hpp
index 7b6b580b60df9783bc6ac11a9204d013d7ef3225..bfc0e9070e8d60a668fa258888ebd5f56a637887 100644 (file)
  * YYDEBUG (and therefore the yydebug declaration).
  */
 
-#include "logging/log.h"
+#include "logging/log-api.h"
 
 #if BT_LOG_ENABLED_TRACE
-#    define YYDEBUG                           1
-#    define YYFPRINTF(_stream, _fmt, args...) BT_LOGT(_fmt, ##args)
+#    define YYDEBUG 1
 #else
 #    define YYDEBUG 0
 #endif
This page took 0.024497 seconds and 4 git commands to generate.