Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
GKeyFile *cfg);
#if defined(_WIN32)
+LogHandlerData *
+VMEventLoggerConfig(const gchar *defaultDomain,
+ const gchar *domain,
+ const gchar *name,
+ GKeyFile *cfg);
+
LogHandlerData *
VMDebugOutputConfig(const gchar *defaultDomain,
const gchar *domain,
#endif
#if defined(_WIN32)
{ 4, "outputdebugstring", VMDebugOutputConfig },
+#if defined(VMTOOLS_USE_GLIB)
+ { 5, "syslog", VMEventLoggerConfig },
+#endif
{ -1, NULL, VMDebugOutputConfig },
#else
{ 4, "syslog", VMSysLoggerConfig },