Commit Graph

152 Commits (dbad409b03fc063e432018dc40428c8d0d1a442b)

Author SHA1 Message Date
gabime dbad409b03 updated example 11 years ago
gabime df9fc0e203 updated example 11 years ago
gabime 14273418d9 updated example 11 years ago
gabime b1867cfba3 log levels now lowercase 11 years ago
gabime a50e7ed61e example update 11 years ago
gabime 92f2b7556e syslog improvments 11 years ago
gabime 21a74482e6 bench fix 11 years ago
gabime 689960f27c fix syslog bug 11 years ago
Gabi Melman 3b61f50cbf Merge pull request #20 from fooinha/syslog-openlog
Syslog openlog
11 years ago
fooinha 630e301e76 Remove test- prefix from examples make targets 11 years ago
gabi ce6ee347ab Small fix to example 11 years ago
gabi 55662d0370 Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago
gabi 348390f90d Added debug macros 11 years ago
gabime 5467cb35f3 fixed clang make 11 years ago
fooinha 309fca8a72 Add a Makefile to main directory.
It eases the project integration with some IDE applications.
11 years ago
fooinha 8c9a6fc02c * openlog setup for syslog sink 11 years ago
gabi 961d5b947d Undo commit 11 years ago
gabi c87c6b64b9 Fix linkage errors 11 years ago
gabime 03a09705ff example 11 years ago
gabime 6313174bf1 astyle 11 years ago
gabime 5db6c5163c exmaple 11 years ago
gabime 7f174a2b2f fixed example and bench 11 years ago
gabime 04c116315a merge 11 years ago
gabime 159165665d fixed example 11 years ago
gabime 76436d07cc bench and examples updates 11 years ago
gabime 754cac85ac defer localtime to formatter to improve async performace 11 years ago
gabime c215ee6104 bench fix 11 years ago
gabime c63e9fae9d async bench 11 years ago
gabime d89628bb17 fixed makefile 11 years ago
gabime 0e3120ba51 removed include iostream 11 years ago
gabime 5186aca671 disabled formatcpp Wshadow warnings.. 11 years ago
gabime 2278e9230f some fixes for gcc 11 years ago
gabime 73b31e4d10 astyle 11 years ago
gabime 2485dae1cc example fix 11 years ago
gabime 8d25324444 continue with cppformatter integration 11 years ago
gabime 0629c51910 Makefile - removed WShadow warning 11 years ago
gabime 68ee9a7ada replaced flush_interval with auto_flush boolean 11 years ago
gabime def6fc62f4 updated benchmarks 11 years ago
gabime c56fae39e8 bench small change 11 years ago
gabime 6cda714e4a fixed gcc pedantic warnings 11 years ago
gabi 4cb6aa90b2 New async_logger class and API 11 years ago
gabime ece27ac952 astyle 11 years ago
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
gabi 2ac49b90e6 Bug fix in registry 11 years ago
gabime d0678d8a7e example typo 11 years ago
gabi a66d80c1d4 bench 11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics 11 years ago
gabi 03d9abe8e2 mingw support 11 years ago
gabime 65c79d58e3 Changed makefile name to Makefile 11 years ago
gabi 4728b41e8b Updated readme and example.cpp 11 years ago