Commit Graph

131 Commits (11472eddbc494ea766d62418b809097903fa599b)

Author SHA1 Message Date
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
gabime 38f6b5ea71 Keep clang-tidy happy 6 years ago
gabime 52b6be0dfe Added logger ctor that accepts only name(empty logger) 6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
gabime 005450ff13 wip 6 years ago
gabime 9564eb2edb Moved cpp files to inl.h 6 years ago
gabime 69fcaf14e5 wip static-lib 6 years ago
gabime 2de924a187 clang-format 6 years ago
gabime c1c2ff2d07 wip 6 years ago
gabime ff89f1476d Restored error_handler as std::function 6 years ago
gabime 13db9d9452 Fix build 6 years ago
Gabi Melman 6bec53dcd2
Update logger.h 6 years ago
gabime bfbb4e4050 some err handler cleanup 6 years ago
gabime 2aceb13f3e fix support for utf8 logging under win32 6 years ago
gabime 17f9cdd401 static lib wip 6 years ago
gabime e2e3df9013 static lib wip 6 years ago
gabime ef8773a89b Moved logger_impl back into logger.h 6 years ago
DanielChabrowski a6229d9e87 Remove pointless log with enable_if 7 years ago
Jerome Meyer ce8cf1e152 Fix typos 7 years ago
gabime bd6d88b884 Removed uneeded locale include 7 years ago
gabime dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info. 7 years ago
gabime a31719b546 clang-format 7 years ago
gabime f2305fe5bf Support for source file/line logging 7 years ago
gabime 9b5b4cd505 comment 7 years ago
gabime c5069135d7 Improved compile time level support 7 years ago
gabime 0e77c3391b New compile time API using SPDLOG_ACTIVE_LEVEL 7 years ago
gabime 240a58fd6e Fixed issue #881 7 years ago
gabime 392d126372 Renamed string_view_type -> string_view_t 7 years ago
gabime 1bdd556d3b code formatting 7 years ago
gabime 9daad800a8 Fix mingw compilation 7 years ago
gabime 8d2c956563 Optimize log(const T&) if can be statically converted to string_view 7 years ago
gabime 0584d6d89b Removed logn declaration 7 years ago
Jerome Meyer cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy 7 years ago
gabime 36112371c0 Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 7 years ago
gabime 2fa538779f Fixed static_assert 7 years ago
gabime b7a6659451 code formatting 7 years ago
gabime 102c31a04c Accecpt iterators by value in logger ctor insted of ref 7 years ago
gabime 8b42b7d269 Fix support for wchar to utf8 under windows (fix issue #851 and #764) 7 years ago
gabime a06d32ae19 Fixed clang-tidy warnings 7 years ago
gabime 5d7845c138 Added "clone()" support to loggers 7 years ago