summaryrefslogtreecommitdiff
path: root/src/nm-logging.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+7
2017-03-24logging: respect choice of journal/syslog even with --debugLubomir Rintel1-6/+10
2016-12-13logging: preserve errno in logging functionsThomas Haller1-0/+5
2016-11-25config/trivial: unify name of compile time config defaultsThomas Haller1-1/+1
2016-10-11logging: protect VPN_PLUGIN logging domainThomas Haller1-1/+8
2016-10-11logging: avoid some heap allocations constructing journal logging dataThomas Haller1-50/+71
2016-10-11logging: avoid copy of logging message fo syslog and glib logging backendThomas Haller1-20/+15
2016-10-11logging: fix a warning when built without journaldLubomir Rintel1-0/+2
2016-10-06logging: allow setting the syslog-identifier not to use G_LOG_DOMAINThomas Haller1-9/+83
2016-10-05logging: support system-wide prefixThomas Haller1-4/+32
2016-10-04src:(pacrunner-manager): Object for interaction with PacRunnerAtul Anand1-1/+2
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-3/+3
2016-09-08logging: don't round subsecond part in logging timestampThomas Haller1-1/+1
2016-08-19logging: remove unused formatting optionsThomas Haller1-98/+11
2016-08-11build: cleanup src/Makefile.amThomas Haller1-5/+0
2016-07-05logging: don't log the function nameThomas Haller1-1/+2
2016-06-17logging: enable logging domain VPN_PLUGIN up to level <info>Thomas Haller1-5/+19
2016-06-05macros: add macro _nm_printf() for function attributeThomas Haller1-1/+1
2016-05-24logging: print debug messages with syslog level LOG_DEBUGThomas Haller1-1/+10
2016-05-24logging: add new logging domain LOGD_VPN_PLUGINThomas Haller1-1/+2
2016-05-24logging: add nm_logging_syslog_enabled() functionThomas Haller1-0/+9
2016-05-24logging: add nm_logging_get_level() functionThomas Haller1-0/+21
2016-05-20logging: make nm_logging_enabled() inline functionThomas Haller1-9/+1
2016-05-20logging: move static variable with logging state to file-scopeThomas Haller1-20/+21
2016-05-20logging: remove assertion in nm_logging_enabled() from production buildsThomas Haller1-2/+1
2016-05-20logging: drop explicit initialization of nm-loggingThomas Haller1-28/+8
2016-03-17logging: add new logging domain "SYSTEMD" for internal systemd loggingThomas Haller1-1/+2
2016-03-10logging: use non-fatal logging level for glib backendThomas Haller1-3/+3
2016-03-08all: drop str_if_set() in favor of the "?:" operatorThomas Haller1-3/+3
2016-03-01logging: print timestamp only with msec precisionThomas Haller1-1/+1
2016-03-01logging: change logging format to drop "[file:line] func():" partThomas Haller1-6/+5
2016-03-01systemd/tests: add test util for systemdThomas Haller1-0/+5
2016-03-01core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller1-1/+1
2016-03-01logging: make logging independent of platformThomas Haller1-2/+4
2016-02-21logging: always print the timestamp and align locationThomas Haller1-4/+4
2016-02-21logging: add LOG_FORMAT_FLAG_ALIGN_LOCATION flagThomas Haller1-6/+36
2016-02-21logging: add logging-format-flagsThomas Haller1-29/+82
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-14all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller1-1/+1
2016-02-05logging: add new logging macros _LOGx_err() to log errnoThomas Haller1-1/+8
2015-10-09logging: properly use current domains when setting loggingThomas Haller1-39/+50
2015-10-09logging: refactor global variable to have them in a structThomas Haller1-118/+128
2015-10-09logging/trivial: move codeThomas Haller1-12/+12
2015-10-09platform: warn about growing sysctl logging cache and clear itThomas Haller1-0/+12
2015-10-09logging: add special logging level "KEEP"Thomas Haller1-5/+16
2015-09-23logging: coerce negative error values to positive errnoThomas Haller1-1/+4
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-2/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-3/+1
2015-08-04logging: remove dummy logging domain "NONE"Thomas Haller1-1/+0
2015-08-04logging: minor refactoring in nm_logging_setup()Thomas Haller1-13/+13