Home
last modified time | relevance | path

Searched refs:g_log_structured_standard (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgmessages.h294 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 …]
Dgmessages.c1977 g_log_structured_standard (const gchar *log_domain, in g_log_structured_standard() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1504 g_log_structured_standard