|
G_BEGIN_DECLS void | VMTools_ConfigLogToStdio (const gchar *domain) |
|
void | VMTools_ConfigLogging (const gchar *defaultDomain, GKeyFile *cfg, gboolean force, gboolean reset) |
|
void | VMTools_UseVmxGuestLog (const gchar *appName) |
|
void | VMTools_SetupVmxGuestLog (gboolean refreshRpcChannel, GKeyFile *cfg, const gchar *level) |
|
void | VMTools_TeardownVmxGuestLog (void) |
|
void | VMTools_Log (LogWhere where, GLogLevelFlags level, const gchar *domain, const gchar *fmt,...) |
|
void | VMTools_VmxLog (RpcChannel *chan, const gchar *fmt,...) |
|
void | VMTools_VmxLogThrottled (uint32 *count, RpcChannel *chan, const gchar *fmt,...) |
|
Some wrappers around glib log functions, expanding their functionality to support common usage patterns at VMware.