#include "vmtoolsInt.h"
#include "vmware/tools/guestrpc.h"
Typedefs |
typedef struct VMXLoggerData | VMXLoggerData |
Functions |
LogHandlerData * | VMXLoggerConfig (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.