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/include/spdlog/sinks
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
..
async_sink.h patch async_sink 11 years ago
base_sink.h readme 11 years ago
file_sinks.h Removed close() from sink to have RAII semantics 11 years ago
null_sink.h Removed close() from sink to have RAII semantics 11 years ago
ostream_sink.h Removed close() from sink to have RAII semantics 11 years ago
sink.h Removed close() from sink to have RAII semantics 11 years ago
stdout_sinks.h readme 11 years ago
syslog_sink.h Add a syslog() based sink for Linux. 11 years ago