summaryrefslogtreecommitdiff
path: root/src/shared/log.h
AgeCommit message (Expand)Author
2015-01-25log: add new log output mode, that prints to console, butLennart Poettering
2015-01-17log: fix log_full_errno() with custom facilitiesDavid Herrmann
2014-12-01treewide: another round of simplificationsMichal Schmidt
2014-11-28log: rearrange log function namingLennart Poettering
2014-11-28log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-10-25shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-17Rename src/shared to src/include, a saner nameAnthony G. Basile
2012-11-16src/udev/log.c: remove log_parse_environment()Anthony G. Basile
2012-11-15Final step of revamping the build systemAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-10-16journal: don't export MESSAGE_ID() macroLennart Poettering
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-07-26log: out-of-line __log_oom()Michal Schmidt
2012-07-26log: log_oom() must be a macroMichal Schmidt
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-05-22log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers