From: John Wolfe Date: Tue, 6 Oct 2020 21:30:54 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbee265af33370fe41a47db63c90cfd52ecdba4;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index bc71943d9..9124707b6 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -268,10 +268,21 @@ struct CfgInterface * Log_CfgInterface(void); int32 -Log_SetStderrLevel(int32 level); +Log_SetStderrLevel(uint32 module, + int32 level); + +int32 +Log_GetStderrLevel(uint32 module); int32 -Log_GetStderrLevel(void); +Log_SetLogLevel(uint32 module, + int32 level); + +int32 +Log_GetLogLevel(uint32 module); + +uint32 +Log_LookupModuleNumber(const char *moduleName); LogOutput * Log_NewStdioOutput(const char *appPrefix,