forked from lix-project/lix
eldritch horrors
0109368c3f
SimpleLogger is not fully thread-safe, and all loggers that wrap it are
also not safe accordingly. this does not affect much, but in rare cases
it can cause interleaving of messages on stderr when used with the json
or raw log formats. the fix applied here is a bit of a hack, but fixing
this properly requires rearchitecting the logger infrastructure. nested
loggers are not the most natural abstraction here, and it is biting us.
Change-Id:
|
||
---|---|---|
.. | ||
common-args.cc | ||
common-args.hh | ||
lix-main.pc.in | ||
loggers.cc | ||
loggers.hh | ||
meson.build | ||
progress-bar.cc | ||
progress-bar.hh | ||
shared.cc | ||
shared.hh | ||
stack.cc |