Typedefs | Functions

libvmtools/stdLogger.c File Reference

#include "vmtoolsInt.h"
#include <stdio.h>
Include dependency graph for stdLogger.c:

Typedefs

typedef struct StdLoggerData StdLoggerData

Functions

LogHandlerDataVMStdLoggerConfig (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.