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