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