Commit Graph

171 Commits (58a5e654f94e8e0fda1f3ec1ea596451a3079692)

Author SHA1 Message Date
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
The meaning of using quotes to #include is implementation defined, so it
may or not may be what we want. At least POSIX
(https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
says: "headers whose names are enclosed in double-quotes ( "" ) shall be
searched for first in the directory of the file with the #include line",
so not what we want since "spdlog" ends up twice in the path.
6 years ago
gabime bf40855825 Micro-optimize level checking by inlining 6 years ago
gabime 79468cf676 Micro-optimze log_it_ 6 years ago
gabime 15b393193a Replaced a forgotten try with SPDLOG_TRY 6 years ago
Florian Pigorsch 4aad51a352 Fix some spelling errors.
casese -> cases (1)
chache -> cache (1)
cirucal -> circular (1)
dependecy -> dependency (1)
detrmine -> determine (2)
eavluate -> evaluate (1)
exertnal -> external (1)
ony -> only (1)
registation -> registration (3)
registring -> registering (2)
regsistration -> registration (3)
seperate -> separate (2)
wit -> with (1)
withe -> with (1)
6 years ago
gabime 9a0a0c2d8c clang-format 6 years ago
gabime fcc809f4f1 Refactored logger 6 years ago
gabime 9369fe8c27 Fix #1262 6 years ago
Gabi Melman bf49bebe7a
Update logger.h 6 years ago
gabime 4c45c6fbd8 Removed redundant func 6 years ago
gabime f795297e15 try different apprach to backtracer object 6 years ago
gabime ed8d099607 Fixed #1197 6 years ago
gabime f3a7ef1199 Fix compile bug 6 years ago
Gabi Melman cb890c96b9
Update logger.h 6 years ago
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 6 years ago
gabime c97c025adb clang-format 6 years ago
gabime 0fa09f6af4 Removed dead clode 6 years ago
gabime 011ed270e8 backtrace support for wchar api under windows 6 years ago
gabime 408a162044 Removed logger::clone() from API 6 years ago
gabime e1be7f3d6f Refactoring to better support backtrace 6 years ago
gabime 04a8485b17 Replaced backtace implementation 6 years ago
gabime f3e379cf78 Fixed async dump_backtrace 6 years ago
gabime 099137fe9a backtrace_sink code cleanup 6 years ago
gabime a7f7984c4a backtrace support api 6 years ago
gabime dd33c16aae Replace backtrace trigger with dump_backtrace() 6 years ago
gabime 8d8aacf5e9 Protect from double call to enable_backtrace() 6 years ago
gabime a6d8b52686 Added enable_backtrace to spdlog_api 6 years ago
gabime 0284a23d0a Changed sink_it_ to accept const log_message& 6 years ago
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined 6 years ago
gabime 6506b73523 Add noexcept to move ctor and operator= 6 years ago
gabime 01eb59ca9b Removed spdlog::default_level and its usage in registry 6 years ago
gabime ffb7c317b5 Fix #1176 again 6 years ago
Gabi Melman bb7420fc22
Update logger.h 6 years ago
gabime 0df9164e7c Fix #1176 6 years ago
Charles Milette eb51f37c67
Fix ambiguous overload errors 6 years ago
Charles Milette 4ef4d0659d
Improve correctness of convertion checks 6 years ago
Charles Milette 2ce9a3f70f
Add overload to logger when T can be statically converted to wstring_view_t 6 years ago
gabime a7ba6e447d clang-format 6 years ago
gabime 3c30f77d31 limit default error handler to 1 message/second to avoid flood 6 years ago
gabime bcb6484062 Removed redundant include statements 6 years ago
gabime 11472eddbc Catch sink exceptions without affecting other sinks 6 years ago
gabime 8d758add63 Relace remaining const char* with string_view_t in the API 6 years ago
Matthias Moulin 5a7bcd0a4f
Update logger.h 6 years ago
Charles Milette f529afa625
Use stack allocated space when possible 6 years ago
Charles Milette 3bcd3cef2f
Fix deprecation warnings in filename_to_str 6 years ago
gabime 74e2aa9c66 Micoro optimize macros 6 years ago
gabime 78c833a09f clang-format 6 years ago
gabime 09cb45001b Added copy ctor and assignment to logger 6 years ago
gabime 33a42202c7 Replace string pointer with string_view in log_msg 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago