summaryrefslogtreecommitdiff
path: root/src/logger/logger.cpp
AgeCommit message (Collapse)Author
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-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
2014-04-28Upgrade to C++14Florent Le Coz
2013-12-03Use the logger everywhereFlorent Le Coz
2013-12-03Add a logger classFlorent Le Coz