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.
spdlog/example
Arnaud Kapp 67eef26c26 Add a syslog() based sink for Linux.
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 bench 11 years ago
Makefile Changed makefile name to Makefile 11 years ago
Makefile.clang Changed makefile name to Makefile 11 years ago
Makefile.mingw mingw support 11 years ago
bench.cpp Bug fix in registry 11 years ago
example.cpp Add a syslog() based sink for Linux. 11 years ago
utils.h readme 11 years ago