#include "vmtoolsInt.h"
#include <stdio.h>
Functions | |
LogHandlerData * | VMStdLoggerConfig (const gchar *defaultDomain, const gchar *domain, const gchar *name, GKeyFile *cfg) |
A very simplified version of a file logger that uses the standard output streams (stdout / stderr).
LogHandlerData* VMStdLoggerConfig | ( | const gchar * | defaultDomain, | |
const gchar * | domain, | |||
const gchar * | name, | |||
GKeyFile * | cfg | |||
) |
Configures a new std logger.
[in] | defaultDomain | Unused. |
[in] | domain | Name of log domain. |
[in] | name | Name of log handler. |
[in] | cfg | Configuration data. |