Commit Graph

123 Commits (d89628bb173f0e43dbd93a0e375462a7fb234c28)

Author SHA1 Message Date
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 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
gabi 52598c8130 example update 11 years ago
gabime 6e52ca0eb0 makefile fix 11 years ago
gabime 74aae4f368 readme 11 years ago
gabime e8403e17df astyle 11 years ago
gabime 1c7b3e4eb2 bench 11 years ago
gabi 567e85e6d4 bench 11 years ago
gabime bf303fad19 bench 11 years ago
gabime 2d075bcfda bench 11 years ago
gabi 31971bf63b updated example and added more creation functions 11 years ago
gabi cbddc8796a 1. renamed lib to to spitlog
2. Rotating bugfix
11 years ago
gabi ae9d88dbb3 small updates 11 years ago
gabi e5f4790407 Bug fixes 11 years ago
gabi b94ca27ce4 file helper 11 years ago
gabime 8fb32dcb65 gcc fixes 11 years ago
gabi 6eaf14191f many changes:) 11 years ago
gabi 796ec3db89 Added registry 11 years ago
gabi 319db7bccc Default formatter and common types into common.h 11 years ago
gabime e76a365bf1 gcc fix 11 years ago
gabi 32a8b51d05 pattern_formatter support most strftime format 11 years ago
gabi f4d9c31a2f bench update 11 years ago
gabi 21065ec036 proper swap and move operations on swap oss 11 years ago
gabime e6345e008b gcc warnings fix 11 years ago
gabi 650486a067 removed the use of str() in when building the log to improve perf even more 11 years ago
gabi 41db99556a more code cleanup 11 years ago
gabime beca913851 updated example makefiles 11 years ago
gabime 391bd396ef fixed gcc bugs and warnings 11 years ago
gabi ef330729cb moved pattern_formatter to details 11 years ago
gabi 0be8981058 logger class cleanup 11 years ago
gabi 481fdbcbb1 Added pattern formatter and updated related stuff 11 years ago