2 * SPDX-License-Identifier: MIT
4 * Copyright (C) 2010-2019 EfficiOS Inc. and Linux Foundation
8 * No include guards here: it is safe to include this file multiple
12 /* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
14 #ifndef __BT_IN_BABELTRACE_H
15 # error "Please include <babeltrace2/babeltrace.h> instead."
19 * This is NOT part of the API.
21 * These macros are used internally in preprocessor conditions to define
25 #ifndef __BT_LOGGING_LEVEL_TRACE
26 # define __BT_LOGGING_LEVEL_TRACE 1
29 #ifndef __BT_LOGGING_LEVEL_DEBUG
30 # define __BT_LOGGING_LEVEL_DEBUG 2
33 #ifndef __BT_LOGGING_LEVEL_INFO
34 # define __BT_LOGGING_LEVEL_INFO 3
37 #ifndef __BT_LOGGING_LEVEL_WARNING
38 # define __BT_LOGGING_LEVEL_WARNING 4
41 #ifndef __BT_LOGGING_LEVEL_ERROR
42 # define __BT_LOGGING_LEVEL_ERROR 5
45 #ifndef __BT_LOGGING_LEVEL_FATAL
46 # define __BT_LOGGING_LEVEL_FATAL 6
49 #ifndef __BT_LOGGING_LEVEL_NONE
50 # define __BT_LOGGING_LEVEL_NONE 0xff
This page took 0.034895 seconds and 4 git commands to generate.