Searched refs:g_log_structured_standard (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/ |
D | gmessages.h | 294 void g_log_structured_standard (const gchar *log_domain, 309 g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_ERROR, \ 314 #define g_message(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_MESSAGE, \ 317 #define g_critical(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL, \ 320 #define g_warning(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, \ 323 #define g_info(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, \ 326 #define g_debug(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 358 g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_ERROR, \ 363 #define g_message(format...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_MESSAGE, \ 366 #define g_critical(format...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL, \ [all …]
|
D | gmessages.c | 1977 g_log_structured_standard (const gchar *log_domain, in g_log_structured_standard() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1504 g_log_structured_standard
|