summaryrefslogtreecommitdiff
path: root/src/libnm-log-core/nm-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-log-core/nm-logging.h')
-rw-r--r--src/libnm-log-core/nm-logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnm-log-core/nm-logging.h b/src/libnm-log-core/nm-logging.h
index 8071967552..739473a1ad 100644
--- a/src/libnm-log-core/nm-logging.h
+++ b/src/libnm-log-core/nm-logging.h
@@ -16,6 +16,7 @@
#define NM_LOG_CONFIG_BACKEND_DEBUG "debug"
#define NM_LOG_CONFIG_BACKEND_SYSLOG "syslog"
#define NM_LOG_CONFIG_BACKEND_JOURNAL "journal"
+#define NM_LOG_CONFIG_BACKEND_NONE "none"
#define nm_log_err(domain, ...) nm_log(LOGL_ERR, (domain), NULL, NULL, __VA_ARGS__)
#define nm_log_warn(domain, ...) nm_log(LOGL_WARN, (domain), NULL, NULL, __VA_ARGS__)