Commit Graph

114 Commits (7a62e933566f888d24ecda2bcc97a02b306295f1)

Author SHA1 Message Date
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
gabime 8139d01142 fixed warnings and added makefile for bench 11 years ago
gabi a7f046901d added bench and example files 11 years ago
gabi 535e332dc1 added 11 years ago
gabi ae2426e0be Small changes 11 years ago
gabi 2a6ff3b613 Added ostream_sink 11 years ago
gabi 8e8c39375a null sink 11 years ago
gabi ed6532b9f0 replace constexpr with const becasuse vs2013 lack of support 11 years ago
gabime 0948a1257d small cleanup 11 years ago
gabime 4207c40786 astyle 11 years ago