Typedefs | Functions

libvmtools/vmxLogger.c File Reference

#include "vmtoolsInt.h"
#include "vmware/tools/guestrpc.h"
Include dependency graph for vmxLogger.c:

Typedefs

typedef struct VMXLoggerData VMXLoggerData

Functions

LogHandlerDataVMXLoggerConfig (const gchar *defaultDomain, const gchar *domain, const gchar *name, GKeyFile *cfg)

Detailed Description

A logger that writes the logs to the VMX log file.


Function Documentation

LogHandlerData* VMXLoggerConfig ( const gchar *  defaultDomain,
const gchar *  domain,
const gchar *  name,
GKeyFile *  cfg 
)

Configures a new VMX logger.

Parameters:
[in] defaultDomain Unused.
[in] domain Unused.
[in] name Unused.
[in] cfg Unused.
Returns:
The VMX logger data.