Commit Graph

28 Commits (388679b00e6b07fc20767a6eecafded8fb6eadfd)

Author SHA1 Message Date
Wolfgang Petroschka 388679b00e Fix empty additional info
does not work with wchar_t based string.
4 years ago
Wolfgang Petroschka 119467c580 Added additional information for error handler
Useful when formatting log messages fails. Now you can tell which log message caused the problem.
4 years ago
gabime e7e8b75a4c clang-format 4 years ago
Gabi Melman 3b87eb3d08 Moved throw to dedicated function throw_spdlog_ex 6 years ago
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 ed8d099607 Fixed #1197 6 years ago
gabime c97c025adb clang-format 6 years ago
gabime d1b97c0ba9 Updated async_logger include 6 years ago
gabime 755ce0a016 Updated async_logger flush 6 years ago
gabime 408a162044 Removed logger::clone() from API 6 years ago
gabime 04a8485b17 Replaced backtace implementation 6 years ago
gabime 97dc27b5fa minor code formatting 6 years ago
gabime 1fd43fe673 Fixed async_logger::clone 6 years ago
gabime 292fc153ef clang-format 6 years ago
gabime 6b7f3db28e Fixed async sink_it 6 years ago
gabime eec6e28b19 Async logger cleanup 6 years ago
gabime f3e379cf78 Fixed async dump_backtrace 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 b0a25f0183 wip - no-exceptions support 6 years ago
gabime 11472eddbc Catch sink exceptions without affecting other sinks 6 years ago
k0zmo 789fb1e7c9 Move templated constructor definition to header file 6 years ago
Mark Koester a9e92d6c5c
Fix warning: redundant move in return statement 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime ce637440bb wip static-lib 6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
gabime 9564eb2edb Moved cpp files to inl.h 6 years ago