mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-14 01:32:07 +08:00
67eef26c26
This commit introduce a new sink: syslog_sink. This sink is Linux only, and will write log entries to the system logger, using the syslog() library call. It is instanciable using spdlog::syslog_logger(name). Note that the suffix _st or _mt is not present, as syslog() is thread-safe. I also applied @gabime reviews and added license header. |
||
---|---|---|
.. | ||
spdlog |