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