XMMS2
|
Go to the source code of this file.
Defines | |
#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 |
Definition at line 28 of file xmms_log.h.
#define XMMS_DBG | ( | fmt, | |
... | |||
) | xmms_log_debug (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Definition at line 32 of file xmms_log.h.
Referenced by on_config_ipcsocket_change(), xmms_ipc_setup_server(), xmms_medialib_entry_property_set_int_source(), xmms_medialib_entry_property_set_str_source(), xmms_medialib_insert_recursive(), xmms_medialib_source_to_id(), xmms_object_emit_f(), xmms_output_new(), xmms_output_plugin_method_status(), xmms_output_plugin_methods_set(), xmms_output_plugin_switch(), xmms_output_plugin_verify(), xmms_output_read(), xmms_plugin_shutdown(), xmms_sqlite_create(), xmms_stream_type_get_int(), xmms_stream_type_get_str(), xmms_stream_type_parse(), xmms_xform_browse(), xmms_xform_find(), xmms_xform_metadata_set_int(), xmms_xform_plugin_methods_set(), xmms_xform_this_read(), and xmms_xform_this_seek().
#define xmms_log_debug g_debug |
Definition at line 26 of file xmms_log.h.
#define xmms_log_error | ( | fmt, | |
... | |||
) | g_warning (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Definition at line 35 of file xmms_log.h.
Referenced by _xmms_medialib_begin(), init_udp(), main(), xmms_bindata_init(), xmms_config_init(), xmms_config_save(), xmms_ipc_setup_server(), xmms_magic_add(), xmms_output_new(), xmms_output_read(), xmms_output_set_error(), xmms_sample_converter_init(), xmms_set_thread_name(), xmms_sqlite_exec(), xmms_sqlite_query_table(), xmms_statfs_is_remote(), xmms_stream_type_coerce(), and xmms_xform_metadata_set_str().
#define xmms_log_fatal | ( | fmt, | |
... | |||
) | g_error (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Definition at line 33 of file xmms_log.h.
Referenced by _xmms_medialib_begin(), main(), xmms_sqlite_create(), xmms_sqlite_exec(), xmms_sqlite_open(), and xmms_sqlite_query_table().
#define xmms_log_info | ( | fmt, | |
... | |||
) | g_message (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Definition at line 34 of file xmms_log.h.
Referenced by delete_client(), init_shm(), init_udp(), main(), xmms_config_init(), xmms_ipc_setup_server(), xmms_log_init(), xmms_log_shutdown(), xmms_medialib_init(), xmms_sqlite_create(), and xmms_stream_type_coerce().