]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)
open-vm-tools/lib/include/log.h

index 352d76d2195728ba8427330548e21653e061644d..0b3a886c10ee03bdee823f8010875b7ae85d9de8 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
  * By default, the Log Facility will output any entry which is submitted at
  * level VMW_LOG_WARNING and below to the "standard error". This may be
  * controlled via Log_SetStderrLevel (see function header) or configuration
- * parameter (see comments in log.c).
+ * parameter (see comments in logFacility.c).
  *
  * The VMW_LOG_AUDIT level is used to log something that requires an audit
  * at a later date. It is *ALWAYS* logged and *NEVER* outputs to the "standard
@@ -74,7 +74,12 @@ typedef enum {
    VMW_LOG_DEBUG_07 = 15,
    VMW_LOG_DEBUG_08 = 16,
    VMW_LOG_DEBUG_09 = 17,
-   VMW_LOG_DEBUG_10 = 18,  // Noisiest level
+   VMW_LOG_DEBUG_10 = 18,
+   VMW_LOG_DEBUG_11 = 19,
+   VMW_LOG_DEBUG_12 = 20,
+   VMW_LOG_DEBUG_13 = 21,
+   VMW_LOG_DEBUG_14 = 22,
+   VMW_LOG_DEBUG_15 = 23,  // Noisiest level
 } VmwLogLevel;
 
 #if defined(VMX86_DEBUG) || defined(VMX86_DEVEL)