summaryrefslogtreecommitdiff
path: root/src/nm-logging.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* logging: support an "OFF" logging levelThomas Haller2015-08-041-5/+8
* logging: replace using _LOGL_N by G_N_ELEMENTS()Thomas Haller2015-08-041-8/+9
* logging/trivial: rename LOGL_MAX to _LOGL_NThomas Haller2015-08-041-11/+11
* logging: add AUDIT domainBeniamino Galvani2015-08-041-0/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* logging: refactor level conversion from switch() to @level_desc lookup-arrayThomas Haller2015-07-141-59/+29
* logging: add compile time default for logging.backend configurationThomas Haller2015-07-141-3/+6
* logging: add "journal-syslog-style" logging backend to log the old formatThomas Haller2015-07-141-2/+13
* logging: make use of journal configurableThomas Haller2015-07-141-3/+3
* logging: add native systemd-journald support to nm-loggingThomas Haller2015-07-141-16/+167
* logging: factor our construction of logging message in _nm_log_impl()Thomas Haller2015-07-141-9/+17
* logging: refactor @syslog_opened variable to @log_backendThomas Haller2015-07-141-5/+12
* logging: allow calling nm_logging_syslog_openlog() only onceThomas Haller2015-07-141-8/+8
* logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-141-6/+0
* logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller2015-04-221-8/+8
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-171-1/+2
* logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-03-021-0/+5
* logging: assert that NMLogDomains compiles to a 64 bit enumThomas Haller2015-01-261-0/+3
* logging: pass file:line as separate arguments to _nm_log()Thomas Haller2014-12-181-4/+5
* core/logging: make log level and domain a C enumThomas Haller2014-10-301-23/+11
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-1/+1
* libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship2014-10-221-14/+3
* logging: add new logging level "TRACE"Thomas Haller2014-10-051-0/+7
* core/logging: change order or domain/level arguments for nm_log()Thomas Haller2014-08-011-1/+1
* core/logging: ensure that logging is always initializedThomas Haller2014-08-011-2/+12
* core/logging: return static string from nm_logging_domains_to_string()Thomas Haller2014-08-011-26/+33