Commit Graph

219 Commits (243dc61e5888baa708e91e973662df5a6d4ae840)

Author SHA1 Message Date
gabi 243dc61e58 async using lockfree queue and bug fixes regarding usage of cppformat
11 years ago
gabime 0e3120ba51 removed include iostream
11 years ago
gabime b0a687c148 astyle
11 years ago
gabime 5186aca671 disabled formatcpp Wshadow warnings..
11 years ago
gabime ed17c9a4a9 fixed async_sink to use move instead of unique_ptr
11 years ago
gabime 0db417f9af merged drop() from master
11 years ago
gabime 7a9781a94c throw spdlog_err on format errors
11 years ago
gabime f41d989bf0 fix in move log_msg
11 years ago
gabime 2278e9230f some fixes for gcc
11 years ago
gabi 26cf0b38dd support for API of the form logger.info() << ..
11 years ago
gabi 58970bf1ea Rethrow cppformat exceptions as spdlog_ex with description of the bad format string
11 years ago
gabi b0926326bb pattern_formatter_impl.h update
11 years ago
gabi c5afdbddcf Use fmt::pad for faster formatting of the default format pattern
11 years ago
gabi 45628c8ec3 logger main interface now is in the form logger.info(fmt, args)
11 years ago
gabime 73b31e4d10 astyle
11 years ago
gabime 77d9eaa59f fixes in pattern formatter
11 years ago
gabi 068a7cfac6 Start of work on lockfreee async queue
11 years ago
gabi 2c0acf66f9 use cppformat in sinks
11 years ago
gabi 8974d2ded9 Using cppformat for all formatting needs instead of fast_oss
11 years ago
gabi 5d399e61d6 Added cppformat files
11 years ago
gabime 4e86da1bdb typo
11 years ago
gabime 68ee9a7ada replaced flush_interval with auto_flush boolean
11 years ago
Gabi Melman 54b868122d Update async_sink.h
11 years ago
Gabi Melman 94d2556db6 Update last exception moving from worker thread to user thread in async mode
11 years ago
Gabi Melman 87c0770c42 Update os.h
11 years ago
gabime 7f0434528b astyle
11 years ago
gabime 6cda714e4a fixed gcc pedantic warnings
11 years ago
gabi 4cb6aa90b2 New async_logger class and API
11 years ago
gabi e88a46691a blocking queue to notify one and not all
11 years ago
gabime 6f550c3271 glog bench
11 years ago
gabime ece27ac952 astyle
11 years ago
gabi 7ded05f365 log_msg faster move
11 years ago
gabi e2cd9285f4 async_sink user pointers in the q instead of objects in the queue (faster than moving)
11 years ago
gabi fd3f13cd90 revert sink accepting only char* and size_t
11 years ago
gabime a3a8f107a4 revert syslog
11 years ago
gabime c2fc8edfed syslog compile
11 years ago
gabi 66039c7c0e Simplified sink interface - to just accept char* and size_t
11 years ago
gabime a9abfbb005 Fixed rotate bug
11 years ago
Arnaud Kapp 37459ae9f1 Check return code from std::remove.
11 years ago
gabi 1008f5693d Fix not defined syslog_logger under windows
11 years ago
Gabi Melman 8f24fc5f14 Update syslog_sink.h
11 years ago
Arnaud Kapp 67eef26c26 Add a syslog() based sink for Linux.
11 years ago
xaqq e4adba854c Add NOTICE, ALERT and EMERG log level.
11 years ago
gabime 5b04fb6850 Remove warning in debian about unused variadic template args
11 years ago
gabime eeeca0f46b static_cast<int> to remove warning
11 years ago
gabi 2ac49b90e6 Bug fix in registry
11 years ago
gabime 1814c31ff3 fixed gcc warning about unordered intialization
11 years ago
gabi b599609dbf Merge branch 'master' of https://github.com/gabime/spdlog
11 years ago
gabi baec3ec1fb patch async_sink
11 years ago
gabi 4bd25f897f async_sink: catch back thread exceptions and rethrow on the calling thread on the next logging request
11 years ago