XMMS2
Functions | Variables
logging.c File Reference
#include <glib.h>
#include <stdio.h>

Functions

void log_handler (const gchar *log_domain, GLogLevelFlags log_lev, const gchar *message, gpointer user_data)
 
void log_init (GLogLevelFlags log_lev)
 

Variables

GLogLevelFlags log_level
 

Function Documentation

void log_handler ( const gchar *  log_domain,
GLogLevelFlags  log_lev,
const gchar *  message,
gpointer  user_data 
)

Referenced by log_init().

void log_init ( GLogLevelFlags  log_lev)

Referenced by main().

Variable Documentation

GLogLevelFlags log_level

Referenced by log_handler(), and log_init().