Commit Graph

128 Commits (1c9f1749d392e1bb8f312af82f945f4c7a56630d)

Author SHA1 Message Date
Kevin M. Godby 1c9f1749d3 Added ANSI color sink. 10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
gabime 74b0268713 Minor example fix 10 years ago
Ruslan Baratov 567954425b Return unsuccessful exit code if error occurs 10 years ago
gabime 7105fdadf9 added drop_all() to example 11 years ago
gabime 1150247efa astyle 11 years ago
gabime abc4ccc513 Fix unused warning in example under gcc 11 years ago
gabime 9cfdfc75b7 Updated example to show daily logger usage 11 years ago
gabime fde3d2db99 astyle+comments 11 years ago
gabime e85a3cc33b removed warning from example.cpp 11 years ago
Gabi Melman 386f75200d Added example of user defined class with operator<< 11 years ago
Gabi Melman 297cbc1ffc Updated example 11 years ago
gabime f3a4174853 astyle.sh 11 years ago
gabime cd2a484e96 reordered members definition in async_log_helper to prevent gcc warning 11 years ago
gabime 563a42731b example 11 years ago
gabime 40a55b8e34 astyle 11 years ago
gabime d163b8c45a astyle 11 years ago
gabime 679ad512ea updated example 11 years ago
gabime e0b99edc99 updated example 11 years ago
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
Gabi Melman 3b61f50cbf Merge pull request #20 from fooinha/syslog-openlog
Syslog openlog
11 years ago
gabi ce6ee347ab Small fix to example 11 years ago
gabi 348390f90d Added debug macros 11 years ago
fooinha 8c9a6fc02c * openlog setup for syslog sink 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 159165665d fixed example 11 years ago
gabime d89628bb17 fixed makefile 11 years ago
gabime 8d25324444 continue with cppformatter integration 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
gabime d0678d8a7e example typo 11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics 11 years ago
gabi 4728b41e8b Updated readme and example.cpp 11 years ago
gabi 52598c8130 example update 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 2d075bcfda bench 11 years ago
gabi 31971bf63b updated example and added more creation functions 11 years ago