summaryrefslogtreecommitdiff
path: root/src/nm-logging.h
Commit message (Expand)AuthorAgeFilesLines
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-1/+1
* logging: add LOGD_IP_from_af() utilThomas Haller2018-03-201-0/+10
* core: workaround coverity/compiler warning about tautological compare in nm_l...Thomas Haller2017-10-301-3/+7
* logging: add LOG3 macrosThomas Haller2017-06-081-0/+31
* all/trivial: fix few comment typosFrancesco Giudici2017-05-151-1/+1
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-21/+56
* logging: respect choice of journal/syslog even with --debugLubomir Rintel2017-03-241-1/+1
* core: introduce default logging macrosBeniamino Galvani2016-10-141-0/+17
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-1/+0
* logging: allow setting the syslog-identifier not to use G_LOG_DOMAINThomas Haller2016-10-061-0/+1
* logging: support system-wide prefixThomas Haller2016-10-051-0/+3
* src:(pacrunner-manager): Object for interaction with PacRunnerAtul Anand2016-10-041-0/+1
* logging: don't log the function nameThomas Haller2016-07-051-1/+9
* logging: enable logging domain VPN_PLUGIN up to level <info>Thomas Haller2016-06-171-3/+1
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-051-1/+1
* logging: add new logging domain LOGD_VPN_PLUGINThomas Haller2016-05-241-1/+5
* logging: add nm_logging_syslog_enabled() functionThomas Haller2016-05-241-0/+1
* logging: add nm_logging_get_level() functionThomas Haller2016-05-241-0/+2
* logging: add check for logging level in nm_logging_enabled()Thomas Haller2016-05-221-1/+2
* logging: make nm_logging_enabled() inline functionThomas Haller2016-05-201-1/+8
* logging: add new logging domain "SYSTEMD" for internal systemd loggingThomas Haller2016-03-171-0/+1
* device: improve logging messagesBeniamino Galvani2016-03-041-9/+11
* logging: make logging independent of platformThomas Haller2016-03-011-0/+2
* build: cleanup default includesThomas Haller2016-02-121-5/+0
* logging: add new logging macros _LOGx_err() to log errnoThomas Haller2016-02-051-8/+24
* platform: swap _LOG2t() and _LOG2T() macrosThomas Haller2016-02-051-7/+7
* logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller2015-11-061-7/+7
* logging: add special logging level "KEEP"Thomas Haller2015-10-091-0/+1
* logging: introduce an alternative set of logging macrosThomas Haller2015-09-041-1/+33
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-0/+31
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+2
* logging: support an "OFF" logging levelThomas Haller2015-08-041-1/+5
* logging/trivial: rename LOGL_MAX to _LOGL_NThomas Haller2015-08-041-1/+1
* logging: add AUDIT domainBeniamino Galvani2015-08-041-0/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* logging: make use of journal configurableThomas Haller2015-07-141-1/+1
* logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-141-1/+0
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-011-1/+1
* logging: add logging macro _nm_log() that logs unconditionallyThomas Haller2015-04-221-1/+9
* logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller2015-04-221-9/+9
* logging: ensure that the first argument of the logging statement is a C stringThomas Haller2015-04-221-1/+1
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-171-12/+11
* build: disable warnings where macros expand to tautological comparisonsLubomir Rintel2015-03-191-0/+2
* logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-03-021-2/+3
* logging: pass file:line as separate arguments to _nm_log()Thomas Haller2014-12-181-3/+4
* core/logging: make log level and domain a C enumThomas Haller2014-10-301-10/+18
* core/logging: adjust numerical values of the logging domain flagsThomas Haller2014-10-301-35/+35
* libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship2014-10-221-9/+0
* logging: add new logging level "TRACE"Thomas Haller2014-10-051-0/+2