Move to kernel style SPDX license identifiers
[babeltrace.git] / src / ctf-writer / logging.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
5 */
6
7#ifndef BABELTRACE_CTF_WRITER_LOGGING_H
8#define BABELTRACE_CTF_WRITER_LOGGING_H
9
10#define BT_LOG_OUTPUT_LEVEL bt_lib_ctf_writer_log_level
11#include "logging/log.h"
12
13BT_LOG_LEVEL_EXTERN_SYMBOL(bt_lib_ctf_writer_log_level);
14
15#endif /* BABELTRACE_CTF_WRITER_LOGGING_H */
This page took 0.029001 seconds and 4 git commands to generate.