spdlog/include/spdlog
Jan Kundrát 17513a6dce journald: structured output for logger's name
Previously, the logger name was effectively lost. There were two choices
on how to add it:

- Via a formatter, which would mean that `journalctl` would not be able
to filter against that. That would be suboptimal.

- As a "syslog identifier". This means that `journalctl` will, by
default, stop showing the daemon's executable name and replace that via
the logger name. The PID is still shown, and if one would like to go
back to the previous behavior, it is still possible via `journalctl -o
with-unit`.

I think that the second option is strictly better than the first one.

fixes #1289
2019-10-30 20:08:30 +01:00
..
details Remove unused variable 2019-10-25 14:47:38 -04:00
fmt Backported clang warning fix from fmt 2019-09-17 00:15:35 +03:00
sinks journald: structured output for logger's name 2019-10-30 20:08:30 +01:00
async_logger-inl.h Fixed #1197 2019-08-29 01:05:23 +03:00
async_logger.h Fixed #1197 2019-08-29 01:05:23 +03:00
async.h Fix some spelling errors. 2019-10-19 09:42:38 +02:00
common-inl.h Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
common.h Fix issue #1249 2019-09-28 11:20:26 +03:00
formatter.h Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
logger-inl.h Fix some spelling errors. 2019-10-19 09:42:38 +02:00
logger.h Fix some spelling errors. 2019-10-19 09:42:38 +02:00
spdlog-inl.h Fix some spelling errors. 2019-10-19 09:42:38 +02:00
spdlog.h Fix some spelling errors. 2019-10-19 09:42:38 +02:00
tweakme.h Updated copyright headers 2019-06-04 00:09:16 +03:00
version.h version 1.4.3 rc 2019-10-11 19:48:33 +03:00