summaryrefslogtreecommitdiff
path: root/src/shared/log.h
Commit message (Expand)AuthorAge
* log: add new log output mode, that prints to console, but prefixes with syslo...Lennart Poettering2015-01-22
* log: fix log_full_errno() with custom facilitiesDavid Herrmann2015-01-11
* shared: fix log_emergency_errno macroMichal Schmidt2014-11-28
* log: change log_xyz_errno() calls to always return the negative errorLennart Poettering2014-11-28
* log: allow negative errno valuesLennart Poettering2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-27
* manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek2014-11-26
* shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek2014-10-23
* log: never ever log to syslog from PID 1, log to the journal againLennart Poettering2014-08-11
* Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek2014-02-17
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-11
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-17
* macro: log assertion at debug level in assert_return()Lennart Poettering2013-12-10
* log: Fix previous commit to use correct levelColin Walters2013-10-20
* log: avoid calling the logging functions for log levels above the current max...Kay Sievers2013-10-20
* macro: clean up usage of gcc attributesLennart Poettering2013-10-16
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* Add some extra __attribute__ ((format)) sCristian Rodríguez2013-04-25
* journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek2013-01-06
* core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek2012-12-05
* journal: don't export MESSAGE_ID() macroLennart Poettering2012-10-16
* journal: suppress structured messages if they'd go to the consoleLennart Poettering2012-09-03
* journal: generate structured journal messages for a number of eventsLennart Poettering2012-09-03
* log: out-of-line __log_oom()Michal Schmidt2012-07-26
* log: log_oom() must be a macroMichal Schmidt2012-07-26
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-19
* log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering2012-05-22
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-10