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