lib: standardize public include guards
[babeltrace.git] / include / babeltrace2 / logging.h
index b6b89287f1a9be13c391b05543170165f45c8128..5e5bc3c58470748b1f071521279f487ddee05246 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_LOGGING_H
-#define BABELTRACE_LOGGING_H
+#ifndef BABELTRACE2_LOGGING_H
+#define BABELTRACE2_LOGGING_H
 
 /*
  * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
@@ -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
@@ -83,7 +83,7 @@ typedef enum bt_logging_level {
        The library's and object's states remain consistent when a
        warning is issued.
        */
-       BT_LOGGING_LEVEL_WARN           = 4,
+       BT_LOGGING_LEVEL_WARNING                = 4,
 
        /**
        An important error from which the library cannot recover, but
@@ -146,4 +146,4 @@ extern void bt_logging_set_global_level(bt_logging_level log_level);
 }
 #endif
 
-#endif /* BABELTRACE_LOGGING_H */
+#endif /* BABELTRACE2_LOGGING_H */
This page took 0.024496 seconds and 4 git commands to generate.