Searched refs:g_log_structured (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | logging.c | 455 g_log_structured ("some-domain", G_LOG_LEVEL_MESSAGE, in test_structured_logging_no_state() 491 g_log_structured (NULL, G_LOG_LEVEL_MESSAGE, "MESSAGE", "Test"); in test_structured_logging_robustness() 520 g_log_structured ("some-domain", G_LOG_LEVEL_MESSAGE, in test_structured_logging_roundtrip1() 554 g_log_structured ("some-domain", G_LOG_LEVEL_MESSAGE, in test_structured_logging_roundtrip2() 576 g_log_structured ("some-domain", G_LOG_LEVEL_WARNING, in test_structured_logging_roundtrip3()
|
/third_party/glib/glib/ |
D | gmessages.h | 200 void g_log_structured (const gchar *log_domain, 261 g_log_structured (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \
|
D | gmessages.c | 1696 g_log_structured (const gchar *log_domain, in g_log_structured() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1484 g_log_structured
|
/third_party/glib/ |
D | NEWS | 3550 of g_log_structured() had to be reordered to enable an implementation 3556 768963 improper va_list use in g_log_structured() 3566 * GLib has a structured logging API, g_log_structured, with support
|