spdlog/include/spdlog/sinks
Chris Hiszpanski 08f41d4f65 Update syslog_sink.h
Syslog already adds formatting, such as the identifier set with `openlog` in the constructor, the priority, and timestamp -- using the formatted message duplicates this information in the log message. This especially causes problems when the syslog is forwarded to aggregators such as Loggly, Logstash, etc. which can parse log messages which are JSON. However, the duplicated fields which spdlog prepends interfere with this -- better to use `raw` in the syslog case I think, or perhaps add an ability to use custom formatters on individual sinks.
2015-10-21 11:49:35 -07:00
..
android_sink.h Update android_sink.h 2015-09-15 01:26:31 +03:00
base_sink.h flush in logger 2015-05-09 13:24:01 +02:00
dist_sink.h Fixed thread unsafe flush method. 2015-09-17 18:58:13 +02:00
file_sinks.h Fixed rotating_logger_mt does not rotate properly if app restarts #116 2015-08-14 21:16:08 +03:00
null_sink.h flush 2015-05-08 22:57:52 +02:00
ostream_sink.h small style fixes 2015-05-09 16:03:43 +03:00
sink.h flush in logger 2015-05-09 13:24:01 +02:00
stdout_sinks.h stdout_loggers now thread safe across all instances (share same stdout_sink_mt) 2015-04-18 01:47:30 +03:00
syslog_sink.h Update syslog_sink.h 2015-10-21 11:49:35 -07:00