summaryrefslogtreecommitdiff
path: root/src/nm-logging.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: fix up multiple-include-guard definesDan Winship2014-08-161-3/+3
* core/logging: add new logging macro nm_log_obj()Thomas Haller2014-08-011-0/+27
* core/logging: define nm_log() to check for nm_logging_enabled() firstThomas Haller2014-08-011-1/+7
* core/logging: change order or domain/level arguments for nm_log()Thomas Haller2014-08-011-7/+7
* core/logging: define logging macros based on nm_log()Thomas Haller2014-08-011-12/+5
* core/logging: return static string from nm_logging_domains_to_string()Thomas Haller2014-08-011-1/+1
* core/logging: return static string from nm_logging_level_to_string()Thomas Haller2014-08-011-1/+1
* core/logging: remove unused #undef from header fileThomas Haller2014-08-011-11/+0
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-0/+142
* logging: move logging into its own subdirDan Williams2010-04-061-87/+0
* logging: add DEVICE logging domainDan Williams2010-04-061-0/+1
* logging: add log level helpersDan Williams2010-04-061-0/+12
* logging: add basic logging capabilitiesDan Williams2010-04-061-4/+47
* 2008-11-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-031-3/+3
* 2008-06-26 Dan Williams <dcbw@redhat.com>Dan Williams2008-06-261-3/+3
* 2007-02-19 Tambet Ingo <tambet@ximian.com>Tambet Ingo2007-02-191-6/+4
* 2006-02-26 Dan Williams <dcbw@redhat.com>Dan Williams2006-02-271-0/+33