summaryrefslogtreecommitdiff
path: root/src/logger
AgeCommit message (Collapse)Author
2018-01-12Follow log_level even when using journald outputlouiz’
fix #3328
2018-01-12Only use sd_journal_* if we really are outputing to journaldlouiz’
We check that the device and inode numbers are actually the same as the JOURNAL_STREAM value, instead of just checking that the value exists. This fixes the logger unit tests
2017-09-09Fix the build without systemd, by adding a few definelouiz’
2017-09-06When biboumi is logging into journald, use sd_journal_sendlouiz’
This makes sure that multi-lines messages are properly parsed as a single message by journald. fix #3268
2017-03-14Refactoring louloulibs and cmakelouiz’
Use OBJECT libraries Remove the louloulibs directory Write FOUND variables in the cache
2015-02-27Remove all the libs that are now in louloulibsFlorent Le Coz
2015-02-26Fix the systemd-conditional codeFlorent Le Coz
By using SYSTEMD_FOUND instead of SYSTEMDDAEMON_FOUND, where I forgot to rename it…
2015-02-21Properly display [DEBUG] on debug lines, instead of [ERROR]Florent Le Coz
2014-06-30Use systemd-daemon logging prefix if availableFlorent Le Coz
2014-04-28Upgrade to C++14Florent Le Coz
2013-12-03Use the logger everywhereFlorent Le Coz
2013-12-03Add a logger classFlorent Le Coz