XMMS2
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

◆ log_handler()

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

Referenced by log_init().

◆ log_init()

void log_init ( GLogLevelFlags log_lev)

Referenced by main().

Variable Documentation

◆ log_level

GLogLevelFlags log_level

Referenced by log_handler(), and log_init().