|
Dunst
Lightweight notification daemon
|
Include dependency graph for log.c:Go to the source code of this file.
Functions | |
| static const char * | log_level_to_string (GLogLevelFlags level) |
| void | log_set_level_from_string (const char *level) |
Set the current loglevel to level | |
| void | log_set_level (GLogLevelFlags level) |
Set the current loglevel to level | |
| static void | dunst_log_handler (const gchar *log_domain, GLogLevelFlags message_level, const gchar *message, gpointer ignore) |
| Log handling function for GLib's logging wrapper. | |
| void | dunst_log_init (enum log_mask mask) |
| Initialise log handling. | |
Variables | |
| static GLogLevelFlags | log_level = G_LOG_LEVEL_MESSAGE |
| static enum log_mask | log_mask = DUNST_LOG_AUTO |
Definition in file log.c.
|
static |
| void dunst_log_init | ( | enum log_mask | mask | ) |
|
static |
| void log_set_level | ( | GLogLevelFlags | level | ) |
| void log_set_level_from_string | ( | const char * | level | ) |