summaryrefslogtreecommitdiff
path: root/src/nm-logging.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-22logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller1-8/+8
2015-04-17wimax: drop WiMAX support (bgo #747846)Dan Winship1-1/+2
2015-03-02logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller1-0/+5
2015-01-26logging: assert that NMLogDomains compiles to a 64 bit enumThomas Haller1-0/+3
2014-12-18logging: pass file:line as separate arguments to _nm_log()Thomas Haller1-4/+5
2014-10-30core/logging: make log level and domain a C enumThomas Haller1-23/+11
2014-10-29build: fix -Wstrict-prototypes warningsThomas Haller1-1/+1
2014-10-22libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship1-14/+3
2014-10-05logging: add new logging level "TRACE"Thomas Haller1-0/+7
2014-08-01core/logging: change order or domain/level arguments for nm_log()Thomas Haller1-1/+1
2014-08-01core/logging: ensure that logging is always initializedThomas Haller1-2/+12
2014-08-01core/logging: return static string from nm_logging_domains_to_string()Thomas Haller1-26/+33
2014-08-01core/logging: return static string from nm_logging_level_to_string()Thomas Haller1-2/+2
2014-08-01core/logging: align logging after "<LEVEL>" prefixThomas Haller1-2/+2
2014-08-01core/logging: add assert to nm_logging_setup() to check input argumentsThomas Haller1-0/+3
2014-07-30core: merge src/config, src/logging, src/posix-signals into src/Dan Winship1-0/+482
2010-04-06logging: move logging into its own subdirDan Williams1-305/+0
2010-04-06logging: update default log domainsDan Williams1-1/+2
2010-04-06logging: add DEVICE logging domainDan Williams1-0/+1
2010-04-06logging: tweak default log levelsDan Williams1-1/+2
2010-04-06logging: one level at a time; levels are cumulativeDan Williams1-21/+15
2010-04-06logging: remove initial log level & facility messageDan Williams1-1/+0
2010-04-06logging: fix default log level and tweak info/warn outputDan Williams1-4/+5
2010-04-06logging: add basic logging capabilitiesDan Williams1-36/+169
2009-08-25core: add a cast to fix compile on 32-bitDan Winship1-2/+2
2009-08-21core: don't use backtrace_symbols() from a signal handlerDan Williams1-16/+27
2008-11-032008-11-02 Dan Williams <dcbw@redhat.com>Dan Williams1-3/+3
2008-10-102008-10-10 Tambet Ingo <tambet@gmail.com>Tambet Ingo1-1/+1
2008-06-262008-06-26 Dan Williams <dcbw@redhat.com>Dan Williams1-3/+3
2007-09-122007-09-12 Tambet Ingo <tambet@gmail.com>Tambet Ingo1-1/+0
2007-02-192007-02-19 Tambet Ingo <tambet@ximian.com>Tambet Ingo1-86/+1
2006-03-272006-03-27 Robert Love <rml@novell.com>Robert Love1-1/+1
2006-02-272006-02-26 Dan Williams <dcbw@redhat.com>Dan Williams1-0/+250