mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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. |
11 years ago | |
|---|---|---|
| .. | ||
| logs | 11 years ago | |
| Makefile | 11 years ago | |
| Makefile.clang | 11 years ago | |
| Makefile.mingw | 11 years ago | |
| bench.cpp | 11 years ago | |
| example.cpp | 11 years ago | |
| utils.h | 11 years ago | |