Commit Graph

144 Commits (ef8773a89b63e956863fb4cee15d3265960f18d8)

Author SHA1 Message Date
gabime ef8773a89b Moved logger_impl back into logger.h 6 years ago
DanielChabrowski a6229d9e87 Remove pointless log with enable_if 7 years ago
gabime dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info. 7 years ago
Gabi Melman 1293af093c
call flush_() instead of flush() from looger::sink_it_() 7 years ago
gabime a31719b546 clang-format 7 years ago
gabime f2305fe5bf Support for source file/line logging 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 6fedffe6d6 Moved the SPDLOG_CATCH_AND_HANDLE to logger_impl.h 7 years ago
gabime e35414a0f1 Removed redundant casts to string_view 7 years ago
gabime 240a58fd6e Fixed issue #881 7 years ago
gabime 99e23b41eb use static_cast<string_view> instead of ctor in logger impl 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 4e3e80109a Code formatting 7 years ago
gabime c2a9bf9974 Small refactoring and support wchar again 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 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 10000c383a Better error message if WideCharToMultiByte fails 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 e8dae26176 Moved spdlog::make_unique to spdlog::details::make_unique and prevent T to be array 7 years ago
gabime e3a66473b2 Small cleanup in set_formatter 7 years ago
Maciej Gajewski c4de214cea Pessimizing move removed 7 years ago
gabime 5d7845c138 Added "clone()" support to loggers 7 years ago
gabime 91d8869f36 Added "clone()" support to loggers 7 years ago
gabime d3c1ad29a0 Optimize logging for const char* messages 7 years ago
gabime 33329c80a9 code formatting 7 years ago
gabime 693103af9c support set_formatter in spdlog.h 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime ddb3002bc1 Added non const sinks() function to support addition/removal of sinks from existing logger 7 years ago
gabime 9df2bd256e Changed some functions to accept strings instead of ref to strings for better semantics 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 7 years ago
gabime 16ee72da7c clang format 7 years ago
gabime 81f29a9a7a Fixed wchar support in messages 7 years ago
gabime 4f1ce9189f Fixed issue #747 7 years ago
gabime 775e410b00 Fixed issue #747 7 years ago
gabime c9331594bb Renamed file to pattern_forammter.h and fixed utc support 7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching 7 years ago
gabime cdbf2e361b Upgrade to fmt 5.x 7 years ago
gabime a21594bec7 move underscores to the end of private members 7 years ago
gabime 0d7a1d1ef9 format 7 years ago
gabime 8901cbffe0 added catch macro and fixed some tests 7 years ago
gabime cf63bcb808 catch exceptions during flush and cal handler 7 years ago