Commit Graph

94 Commits (a09eb090e02e46339f00feb8fba30375df54d0ee)

Author SHA1 Message Date
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
gabi cbddc8796a 1. renamed lib to to spitlog
2. Rotating bugfix
11 years ago
gabi b94ca27ce4 file helper 11 years ago
gabime 8fb32dcb65 gcc fixes 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 f4d9c31a2f bench update 11 years ago
gabime e6345e008b gcc warnings fix 11 years ago
gabi 41db99556a more code cleanup 11 years ago
gabime beca913851 updated example makefiles 11 years ago
gabi 481fdbcbb1 Added pattern formatter and updated related stuff 11 years ago
gabi a7f046901d added bench and example files 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
gabime 0f919304b8 stack_buf improvement after code revie 11 years ago
gabi 3244e233a6 Use again back fast_oss.h after code cleanup 11 years ago
gabi 497d511746 log_msg refactoring and raw message support 11 years ago
gabime bafea6a6b2 remode stack_oss 11 years ago
gabime b72098101e stackbuf move ctor 11 years ago
gabime 3463dcd1aa log_msg.h 11 years ago
gabime bde2d24abb astyle 12 years ago
gabime 4696132cd5 added trace log level 12 years ago
gabime 36ef0732b3 nice logger api improvement 12 years ago
gabime fff6d8f388 nice logger api improvement 12 years ago
gabime 1a795a44de nice logger api improvement 12 years ago
gabime 9e1ba5167a nice logger api improvement 12 years ago
gabime ff824cdb5a logger small fixes 12 years ago
gabime 4c367a4bb5 line_logger fixes 12 years ago
gabime afb4f1d8fa another test of stupid script 12 years ago
gabime b28e212073 -- 12 years ago