Move to kernel style SPDX license identifiers
[babeltrace.git] / src / plugins / ctf / common / metadata / logging.c
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com>
5 */
6
7 #define BT_LOG_OUTPUT_LEVEL ctf_plugin_metadata_log_level
8 #include "logging/log.h"
9
10 BT_LOG_INIT_LOG_LEVEL(ctf_plugin_metadata_log_level, "BABELTRACE_PLUGIN_CTF_METADATA_LOG_LEVEL");
This page took 0.028144 seconds and 4 git commands to generate.