From: Oliver Kurth Date: Tue, 5 Jun 2018 22:47:32 +0000 (-0700) Subject: Header file change for tools logging improvements for VMware Managed Cloud. X-Git-Tag: stable-11.0.0~569 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e18ab88842e0d9d930a9cb3d4f710f5e12d4c62;p=thirdparty%2Fopen-vm-tools.git Header file change for tools logging improvements for VMware Managed Cloud. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index e916c86a8..8b9a34eca 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -319,6 +319,8 @@ Log_InitWithSyslogSimple(const char *syslogID, return Log_InitWithSyslogSimpleInt(appPrefix, Log_CfgInterface(), syslogID); } +char *Log_SyslogHash(const char *configPath); + LogOutput *Log_InitWithStdioSimpleInt(const char *appPrefix, struct CfgInterface *cfgIf, const char *minLevel,