XMMS2
|
#include <glib.h>
Macros | |
#define | DEBUG |
#define | _STR(x) #x |
#define | STR(x) _STR(x) |
#define | S4_DBG(fmt, ...) g_debug (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
#define | S4_INFO(fmt, ...) g_message (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
#define | S4_ERROR(fmt, ...) g_warning (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
#define | S4_FATAL(fmt, ...) g_error (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
#define _STR | ( | x | ) | #x |
#define DEBUG |
#define S4_DBG | ( | fmt, | |
... ) g_debug (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
#define S4_ERROR | ( | fmt, | |
... ) g_warning (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
Referenced by _log_unlock_file(), s4_cond_unref(), s4_fetchspec_unref(), s4_resultrow_unref(), s4_resultset_unref(), and s4_sync().
#define S4_FATAL | ( | fmt, | |
... ) g_error (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
#define S4_INFO | ( | fmt, | |
... ) g_message (__FILE__ ":" STR(__LINE__) ": " fmt, ##__VA_ARGS__) |
#define STR | ( | x | ) | _STR(x) |