Logging: define `BT_LOG*_SUPPORTED` when logging is supported
[babeltrace.git] / src / plugins / comp-logging.h
index d1399f722d2b09dac560affd1de48878563851a3..612f58636bb3b2663d60bee64cf7268ee2b30c8c 100644 (file)
 #define BT_COMP_LOGV_MEM(_data_ptr, _data_sz, _fmt, ...) \
        BT_COMP_LOG_MEM(BT_LOG_VERBOSE, (BT_COMP_LOG_SELF_COMP), (_data_ptr), (_data_sz), _fmt, ##__VA_ARGS__)
 
+#define BT_COMP_LOG_SUPPORTED
+
 #endif /* BABELTRACE_PLUGINS_COMP_LOGGING_H */
This page took 0.022617 seconds and 4 git commands to generate.