Move to kernel style SPDX license identifiers
[babeltrace.git] / src / cli / logging.c
CommitLineData
ea9f8b29 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
ea9f8b29 3 *
0235b0db 4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
ea9f8b29
PP
5 */
6
7#define BT_LOG_OUTPUT_LEVEL bt_cli_log_level
578e048b 8#include "logging/log.h"
ea9f8b29
PP
9
10BT_LOG_INIT_LOG_LEVEL(bt_cli_log_level, "BABELTRACE_CLI_LOG_LEVEL");
This page took 0.059562 seconds and 4 git commands to generate.