|
XMMS2
|
Macros | |
| #define | xmms_log_debug g_debug |
| #define | DEBUG |
| #define | XMMS_DBG(fmt, ...) xmms_log_debug (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
| #define | xmms_log_fatal(fmt, ...) g_error (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
| #define | xmms_log_info(fmt, ...) g_message (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
| #define | xmms_log_error(fmt, ...) g_warning (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
| #define DEBUG |
| #define XMMS_DBG | ( | fmt, | |
| ... | |||
| ) | xmms_log_debug (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Referenced by on_config_ipcsocket_change(), xmms_ipc_setup_server(), xmms_medialib_entry_property_set_str_source(), xmms_output_new(), xmms_output_plugin_method_status(), xmms_output_plugin_methods_set(), xmms_output_plugin_verify(), xmms_plugin_load(), xmms_stream_type_get_int(), xmms_stream_type_get_str(), xmms_xform_browse(), and xmms_xform_plugin_methods_set().
| #define xmms_log_debug g_debug |
| #define xmms_log_error | ( | fmt, | |
| ... | |||
| ) | g_warning (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
| #define xmms_log_fatal | ( | fmt, | |
| ... | |||
| ) | g_error (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
| #define xmms_log_info | ( | fmt, | |
| ... | |||
| ) | g_message (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Referenced by delete_client(), xmms_log_shutdown(), and xmms_stream_type_coerce().
1.8.12