summaryrefslogtreecommitdiff
path: root/src/nm-logging.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-22core: move _LOG*() macros to "shared/nm-glib-aux/nm-logging-fwd.h"Thomas Haller1-108/+0
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-23core/logging: don't log plain pointer value from nm_log_ptr()Thomas Haller1-2/+3
2019-06-25core: avoid plain pointer values in logging outputThomas Haller1-2/+2
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-04-18shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller1-1/+1
2019-02-05logging: make nm-logging thread-safeThomas Haller1-3/+28
2019-02-05logging: refactor and merge early logging initializationThomas Haller1-3/+4
2019-02-05logging: make _nm_logging_clear_platform_logging_cache() a regular functionThomas Haller1-2/+4
2019-01-02shared,core: move logging enums to header "shared/nm-utils/nm-logging-fwd.h"Thomas Haller1-82/+2
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel1-1/+1
2018-10-18logging: make nm-logging.c independent of other core componentsThomas Haller1-2/+0
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