|
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_bindata_init(), xmms_bindata_plugin_add(), xmms_coll_sync_init(), xmms_collection_get_random_media(), xmms_config_property_register(), xmms_courier_init(), xmms_ipc_send_message(), xmms_ipc_setup_server(), xmms_mediainfo_reader_start(), xmms_mediainfo_reader_wakeup(), xmms_medialib_entry_property_set_str_source(), xmms_output_flush(), xmms_output_latency(), xmms_output_new(), xmms_output_plugin_method_status(), xmms_output_plugin_method_volume_get(), xmms_output_plugin_methods_set(), xmms_output_plugin_switch(), xmms_output_plugin_verify(), xmms_output_read(), xmms_output_set_error(), xmms_playlist_add_entry_unlocked(), xmms_playlist_current_entry(), xmms_playlist_update(), xmms_playlist_updater_init(), xmms_plugin_load(), xmms_plugin_shutdown(), xmms_sample_converter_to_medialib(), xmms_stream_type_get_int(), xmms_stream_type_get_str(), xmms_stream_type_parse(), xmms_visualization_new(), xmms_xform_browse(), xmms_xform_find(), xmms_xform_get_url(), xmms_xform_goal_hints_get(), xmms_xform_metadata_get_str(), xmms_xform_object_init(), xmms_xform_plugin_methods_set(), xmms_xform_shortname(), xmms_xform_this_read(), and xmms_xform_this_seek().
| #define xmms_log_debug g_debug |
| #define xmms_log_error | ( | fmt, | |
| ... | |||
| ) | g_warning (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Referenced by init_udp(), main(), xmms_bindata_init(), xmms_bindata_plugin_add(), xmms_coll_sync_init(), xmms_collection_get_random_media(), xmms_collection_init(), xmms_config_property_register(), xmms_config_save(), xmms_ipc_send_message(), xmms_ipc_setup_server(), xmms_magic_add(), xmms_metadata_mapper_init(), xmms_output_latency(), xmms_output_new(), xmms_output_plugin_method_volume_get(), xmms_output_read(), xmms_output_set_error(), xmms_plugin_load(), xmms_sample_converter_init(), xmms_statfs_is_remote(), xmms_stream_type_coerce(), xmms_xform_config_lookup(), xmms_xform_goal_hints_get(), xmms_xform_metadata_set_str(), and xmms_xform_object_init().
| #define xmms_log_fatal | ( | fmt, | |
| ... | |||
| ) | g_error (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
Referenced by main(), xmms_coll_sync_init(), and xmms_medialib_get_database_backend().
| #define xmms_log_info | ( | fmt, | |
| ... | |||
| ) | g_message (__FILE__ ":" XMMS_STRINGIFY(__LINE__) ": " fmt, ## __VA_ARGS__) |
1.8.11