Commit Graph

28 Commits

Author SHA1 Message Date
gabime
89afa909e1 shortened enum policy name and moved into common.h 2015-01-15 10:34:50 +02:00
Denis Ivaykin
295e189b7e astyle 2015-01-14 15:39:11 -06:00
Denis Ivaykin
365d895482 discard policies on queue overflow 2015-01-14 15:35:01 -06:00
Denis Ivaykin
384cdeb225 nullptr default, astyle 2015-01-14 09:51:22 -06:00
Denis Ivaykin
d47fbbb79e worker warmup callback 2015-01-14 09:21:34 -06:00
gabi
7635455c8d Changed "auto_flush" to "force_flush" to better represent the meaning 2015-01-07 12:44:02 +02:00
gabi
bf3997de28 Added drop_all 2014-12-27 13:01:15 +02:00
gabi
3c57133c7a Fixed bug #26 (SPDLOG_TRACE macro does not work as expected) 2014-12-26 00:44:45 +02:00
gabime
28da625a6f removed the confusing stop() function 2014-12-21 03:11:40 +02:00
gabime
92f2b7556e syslog improvments 2014-12-19 18:01:49 +02:00
Gabi Melman
3b61f50cbf Merge pull request #20 from fooinha/syslog-openlog
Syslog openlog
2014-12-18 20:42:51 +02:00
fooinha
375b88c191 Optional arguments for syslog_logger factory. 2014-12-18 15:47:43 +00:00
gabi
348390f90d Added debug macros 2014-12-18 10:07:21 +02:00
fooinha
8c9a6fc02c * openlog setup for syslog sink 2014-12-16 15:13:35 +00:00
gabi
d37bded994 More improvements to the async logger 2014-12-07 04:18:07 +02:00
gabime
0db417f9af merged drop() from master 2014-12-02 02:16:56 +02:00
gabime
4e86da1bdb typo 2014-11-25 00:27:28 +02:00
gabime
68ee9a7ada replaced flush_interval with auto_flush boolean 2014-11-25 00:23:55 +02:00
gabi
4cb6aa90b2 New async_logger class and API 2014-11-24 01:29:09 +02:00
gabime
ece27ac952 astyle 2014-11-22 10:29:06 +02:00
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
gabime
5b04fb6850 Remove warning in debian about unused variadic template args 2014-11-07 20:46:47 +02:00
gabi
58688d7d1c Removed close() from sink to have RAII semantics 2014-11-05 23:07:20 +02:00
gabime
7f81eb881d small cleanup 2014-11-01 03:47:20 +02:00
gabime
74aae4f368 readme 2014-11-01 03:20:54 +02:00
gabi
567e85e6d4 bench 2014-11-01 02:12:12 +02:00
gabi
31971bf63b updated example and added more creation functions 2014-10-31 03:17:40 +02:00
gabi
c7b8c762fb spdlog 2014-10-31 01:13:27 +02:00