Commit Graph

2478 Commits (f00a6550fa364c42927f2cb7dd01253a3048e99e)

Author SHA1 Message Date
gabime f00a6550fa Fixed some tidy warnings 7 months ago
gabime 80f00797e3 Fixed copy ctor of err_helper to be thread safe 7 months ago
gabime 62bbd87bdb Fixed warning 7 months ago
gabime 8736ee28e0 Fixed warnings 7 months ago
gabime 82358e8ebe refactor async sink 7 months ago
gabime 9673c1ba09 Fixed warning about move 7 months ago
gabime be942e0a2d Limit error handler rate to 1/sec 7 months ago
gabime af7b061773 Added with_all to async sink improved destructor 7 months ago
gabime bc2eed7913 Added custom error handler support to async sink 7 months ago
gabime b46b6dcb00 Fixed bin_to_hex tidy warnings 7 months ago
gabime 08a9604a57 noexcept 8 months ago
gabime ffbb35368d noexcept 8 months ago
gabime 7dfb474632 Added source_loc by ref 8 months ago
gabime 2ef467be7d Pass source loc by ref 8 months ago
gabime adaf0554be Pass source loc by ref to log_msg 8 months ago
gabime 04004e57c2 Moved should_flush_ to header 8 months ago
Gabi Melman 83c9ede9e6
Asink sink (#3309)
Replace async logger with async sink
8 months ago
Gabi Melman 166843ff3a
V2.x no reg (#3285)
Removed registry
9 months ago
Gabi Melman 08c727e4f8
Use std filesystem (#3284)
* Use std::filesystem for path names and impl
9 months ago
gabime e62be8b43f clang-format 9 months ago
gabime 3b6f36c43b Fix windows compile 9 months ago
gabime 3c9963a495 Removed tweak options and spdlog_config.h 9 months ago
gabime e26e3692d1 Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite 9 months ago
gabime 0d8f1f1dd4 Fixed tidy warnings 9 months ago
gabime 7a0e2ff8a8 Fixed tidy warnings 9 months ago
gabime 82bb5114e2 Fixed some tidy warnings 9 months ago
gabime 03e20348e2 Added back wstr_to_utf8buf() and utf8_to_wstrbuf() for windows 9 months ago
hjs-ast bb4b719ccf Allow manual rotation of rotating_file_sink (#3269)
* Allow manual rotation of rotating_file_sink

* Rename rotation method

* Attempted fix for tests on Windows

* Apply review mark-ups
9 months ago
gabime 2057f67015 Removed SPDLOG_WCHAR_FILENAMES support 9 months ago
gabime ddf14d67df Fix comment 9 months ago
gabime 0ef49d7df6 Minor cleanup 9 months ago
gabime bb3d25b626 Added [[nodiscard]] and made should_flush_ const 9 months ago
gabime 15814dba5b clean source_loc.h 9 months ago
gabime eccaa62e9d clean source_loc.h 9 months ago
Gabi Melman 63535f140b
V2.x no std format (#3271)
* Removed SPDLOG_USE_STD_FORMAT

* Removed SPDLOG_USE_STD_FORMAT

* clang-format

* Fix windows.yml ci

* Fix ci
9 months ago
gabime 1d2138fdbe always use std::string_view and remove is_convertible_to_sv 9 months ago
gabime 0641ddec58 always use std::string_view and remove is_convertible_to_sv 9 months ago
gabime fb3969d540 alwaus use std::string_view 9 months ago
gabime 62534f2e4e clang format 9 months ago
gabime eacd4d6b2a Remove mdc 9 months ago
gabime 50ea0cc1aa Removed appveyor ci 9 months ago
gabime 6ea6b065ba Clean prev source_loc impl leftovers 9 months ago
gabime 968dcfbc6b Remove SPDLOG_SOURCE_LOCATION support 9 months ago
gabime 79422fe1dc Added missing include 9 months ago
gabime 905312eadd Fixed build replaced string_view_t 9 months ago
gabime 850ee25648 Commented out problematic gcc-9 log(..) overrides 9 months ago
gabime d94311ad6b Use std::string_view in level names and ansicolor_sink.h 9 months ago
hydai e4d81a5be9 Fix warning - extra ';' for -Wextra-semi (#3198)
Signed-off-by: hydai <z54981220@gmail.com>
9 months ago
Leslie a3d3df0a56 use std::lock_guard instead of std::unique_lock (#3179) 9 months ago
Rasmus 15fcde8ee3 Add info about max_files in the docstrings of hourly/daily file sinks (#3170) 9 months ago