summaryrefslogtreecommitdiff
path: root/src/nm-logging.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-27build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller1-3/+3
2018-06-27logging: warn about invalid logging backends and drop "debug" backendThomas Haller1-0/+4
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-2/+0
2018-04-18all: replace "it's" with "its" where neededBeniamino Galvani1-1/+1
2018-03-20logging: add LOGD_IP_from_af() utilThomas Haller1-0/+10
2017-10-30core: workaround coverity/compiler warning about tautological compare in nm_l...Thomas Haller1-3/+7
2017-06-08logging: add LOG3 macrosThomas Haller1-0/+31
2017-05-15all/trivial: fix few comment typosFrancesco Giudici1-1/+1
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-21/+56
2017-03-24logging: respect choice of journal/syslog even with --debugLubomir Rintel1-1/+1
2016-10-14core: introduce default logging macrosBeniamino Galvani1-0/+17
2016-10-11logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller1-1/+0
2016-10-06logging: allow setting the syslog-identifier not to use G_LOG_DOMAINThomas Haller1-0/+1
2016-10-05logging: support system-wide prefixThomas Haller1-0/+3
2016-10-04src:(pacrunner-manager): Object for interaction with PacRunnerAtul Anand1-0/+1
2016-07-05logging: don't log the function nameThomas Haller1-1/+9
2016-06-17logging: enable logging domain VPN_PLUGIN up to level <info>Thomas Haller1-3/+1
2016-06-05macros: add macro _nm_printf() for function attributeThomas Haller1-1/+1
2016-05-24logging: add new logging domain LOGD_VPN_PLUGINThomas Haller1-1/+5
2016-05-24logging: add nm_logging_syslog_enabled() functionThomas Haller1-0/+1
2016-05-24logging: add nm_logging_get_level() functionThomas Haller1-0/+2
2016-05-22logging: add check for logging level in nm_logging_enabled()Thomas Haller1-1/+2
2016-05-20logging: make nm_logging_enabled() inline functionThomas Haller1-1/+8
2016-03-17logging: add new logging domain "SYSTEMD" for internal systemd loggingThomas Haller1-0/+1
2016-03-04device: improve logging messagesBeniamino Galvani1-9/+11
2016-03-01logging: make logging independent of platformThomas Haller1-0/+2
2016-02-12build: cleanup default includesThomas Haller1-5/+0
2016-02-05logging: add new logging macros _LOGx_err() to log errnoThomas Haller1-8/+24
2016-02-05platform: swap _LOG2t() and _LOG2T() macrosThomas Haller1-7/+7
2015-11-06logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller1-7/+7
2015-10-09logging: add special logging level "KEEP"Thomas Haller1-0/+1
2015-09-04logging: introduce an alternative set of logging macrosThomas Haller1-1/+33
2015-08-20logging: declare default logging macros in "nm-logging.h"Thomas Haller1-0/+31
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+2
2015-08-04logging: support an "OFF" logging levelThomas Haller1-1/+5
2015-08-04logging/trivial: rename LOGL_MAX to _LOGL_NThomas Haller1-1/+1
2015-08-04logging: add AUDIT domainBeniamino Galvani1-0/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2015-07-14logging: make use of journal configurableThomas Haller1-1/+1
2015-07-14logging: remove nm_logging_syslog_closelog()Thomas Haller1-1/+0
2015-06-01build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller1-1/+1
2015-04-22logging: add logging macro _nm_log() that logs unconditionallyThomas Haller1-1/+9
2015-04-22logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller1-9/+9
2015-04-22logging: ensure that the first argument of the logging statement is a C stringThomas Haller1-1/+1
2015-04-17wimax: drop WiMAX support (bgo #747846)Dan Winship1-12/+11
2015-03-19build: disable warnings where macros expand to tautological comparisonsLubomir Rintel1-0/+2
2015-03-02logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller1-2/+3
2014-12-18logging: pass file:line as separate arguments to _nm_log()Thomas Haller1-3/+4
2014-10-30core/logging: make log level and domain a C enumThomas Haller1-10/+18
2014-10-30core/logging: adjust numerical values of the logging domain flagsThomas Haller1-35/+35