Commit Graph

42 Commits (218e85986758d836ce42f83f4aa7a254b0092e04)

Author SHA1 Message Date
gabime 433cac487e Renamed spdlog::log_level to spdlog::level and added some level tests 2 years ago
gabime 392917f855 null_atomic_log_level and fix compile 2 years ago
gabime 90e92438c8 clang format 2 years ago
gabime 1f2561c548 Fixed tests. remove logging of numbers directly 2 years ago
xvitaly 2ee8bac78e
Added missing square bracket to fix the level_to_string_view test. (#2827) 2 years ago
gabime 7e635fca68 Fixed #2724 by excluding bin_to_hex sink if using std::format 2 years ago
David Roman ece96216c4
fix clone async test
Fix #2363
3 years ago
steven lunt ab72de5f7a Revert "added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES"
This reverts commit 2a16d1d230.
4 years ago
steven lunt 2a16d1d230 added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES 4 years ago
gabime b2017f5653 Fixed multiple clang-tidy warnings 5 years ago
gabime d1819f5f76 clang-format 6 years ago
gabime d14b8a9ad6 Merge branch 'hexdump' of https://github.com/ngugcx/spdlog into ngugcx-hexdump 6 years ago
ngugcx 0f87ba6c93 fix a test case error. 6 years ago
ngugcx f5313f92f1 Enhance to_hex like the unix command hexdump. 6 years ago
gabime 3a61dcd360 Aceept also 'warn' string in level::from_str() 6 years ago
gabime 5c2855e1c1 wip backtracer 6 years ago
gabime ed8d099607 Fixed #1197 6 years ago
gabime 408a162044 Removed logger::clone() from API 6 years ago
gabime 2de924a187 clang-format 6 years ago
gabime 17f9cdd401 static lib wip 6 years ago
gabime fcb661d0e9 Fixed tests 7 years ago
gabime d8eb0558e9 Fix test for mingw 7 years ago
gabime 0ce670e45a Store level names as string_views 7 years ago
gabime 1d5b6d7ae6 Added test of pattern_formatter::clone() 7 years ago
gabime 6355e9895d Major change to log_msg - contain only string_view instead of buffer 7 years ago
Jerome Meyer cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy 7 years ago
gabime f2f9f324ec Updated default API impl and tests 7 years ago
gabime b368d18b0f Added default logger API 7 years ago
gabime 36112371c0 Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 7 years ago
gabime 808bc1f4ed clang format 7 years ago
gabime 41d879e292 Added support for binary logging using to_hex(..) 7 years ago
gabime f4bbe8b2b3 Fixed some extra warnings from clang 7 years ago
gabime 6c5bbca0c1 Added clone tests 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime a96b4d7529 Added periodic flusher support, and fixed some registry issues 7 years ago
gabime 95de24e4f6 fixed tests and renamed to_short_str 7 years ago
gabime 4445f6f869 formatting 8 years ago
gabime 5afb5dc782 Changed clang formatting for templates 8 years ago
gabime 7f1f7b6232 Changed function name to level::from_str 8 years ago
fegomes 48c8755d06 include test to convert functions and change suggested by @gabime 8 years ago
Daniel Chabrowski 5355bd3a8f readability-named-parameter 8 years ago
gabime 3620b31ef2 added pattern formatter tests 8 years ago