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.
2014-11-11 13:49:19 +01:00
..
logs bench 2014-10-31 16:34:48 +02:00
Makefile Changed makefile name to Makefile 2014-11-03 19:51:20 +02:00
Makefile.clang Changed makefile name to Makefile 2014-11-03 19:51:20 +02:00
Makefile.mingw mingw support 2014-11-05 22:54:13 +02:00
bench.cpp Bug fix in registry 2014-11-07 16:57:10 +02:00
example.cpp Add a syslog() based sink for Linux. 2014-11-11 13:49:19 +01:00
utils.h readme 2014-11-01 03:20:54 +02:00