7 #ifndef BABELTRACE2_LOGGING_H
8 #define BABELTRACE2_LOGGING_H
12 #ifndef __BT_IN_BABELTRACE_H
13 # error "Please include <babeltrace2/babeltrace.h> instead."
16 #include <babeltrace2/logging-defs.h>
DEBUG level.
Definition: logging.h:119
bt_logging_level bt_logging_get_minimal_level(void)
Returns the minimal (build-time) logging level of the library.
FATAL level.
Definition: logging.h:169
Logging is disabled.
Definition: logging.h:175
INFO level.
Definition: logging.h:131
void bt_logging_set_global_level(bt_logging_level logging_level)
Sets the logging level of all the libbabeltrace2 modules to logging_level.
ERROR level.
Definition: logging.h:158
bt_logging_level
Logging level enumerators.
Definition: logging.h:97
bt_logging_level bt_logging_get_global_level(void)
Returns the current logging level of all the libbabeltrace2 modules.
TRACE level.
Definition: logging.h:107
WARNING level.
Definition: logging.h:143