Rename VERBOSE log level to TRACE
[babeltrace.git] / include / babeltrace2 / logging.h
index b6b89287f1a9be13c391b05543170165f45c8128..5001e139da74c9aa329cfef6500ded6acba55313 100644 (file)
@@ -62,7 +62,7 @@ current global log level and the minimal log level are not executed.
 */
 typedef enum bt_logging_level {
        /// Additional, low-level debugging context information.
-       BT_LOGGING_LEVEL_VERBOSE        = 1,
+       BT_LOGGING_LEVEL_TRACE          = 1,
 
        /**
        Debugging information, only useful when searching for the
This page took 0.022656 seconds and 4 git commands to generate.