Searched refs:g_log_set_default_handler (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/tests/ |
D | logging.c | 58 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_error() 66 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_critical() 74 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_warning() 82 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_message() 90 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_info() 98 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_bar_info() 109 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_baz_debug() 120 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_debug() 135 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_debug_stderr() 195 g_log_set_default_handler (g_log_default_handler, NULL); in test_default_handler_0x400() [all …]
|
/third_party/glib/glib/ |
D | gmessages.h | 100 GLogFunc g_log_set_default_handler (GLogFunc log_func,
|
D | gmessages.c | 924 g_log_set_default_handler (GLogFunc log_func, in g_log_set_default_handler() function
|
D | gtestutils.c | 1706 g_log_set_default_handler (gtest_default_log_handler, NULL);
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1481 g_log_set_default_handler
|
/third_party/glib/ |
D | NEWS | 12668 - g_log_set_default_handler() installs an alternate default log handler
|