Commit Graph

82 Commits (11770fc7e56d8d7e85ea40a83c7616afe736d147)

Author SHA1 Message Date
gabime a38add8456 Removed SPDLOG_NO_TLS and updated cmake
2 years ago
gabime d94830814f Removed SPDLOG_WCHAR_TO_UTF8_SUPPORT
2 years ago
Charles Milette 4f80077339
Support compile-time format string checking with std::format (#2544)
3 years ago
Nigel Stewart 57e5814364 SPDLOG_NO_SOURCE_LOC support for omitting __FILE__, __LINE__ and SPDLOG_FUNCTION information
3 years ago
gabime 53c9b70ea3 Fix #2211
4 years ago
Light 29b41741cb
Fix(tweakme): Typo
4 years ago
Light 17f21df441
Fix(tweakme): SPDLOG_FUNCTION
4 years ago
Charless Milette 44a4517e2b Support C++20 std::format as an alternative to fmtlib
4 years ago
gabime 68aed6a5eb Fixed building under c++17
4 years ago
steven lunt ee22eed23d add macros for overriding the individual level names
4 years ago
Charles Milette a453bccff0
Better support for / separators on Windows, improve wchar filename coverage
5 years ago
Gabi Melman dd38e096b2
Fix issue #1486
6 years ago
gabime 5b0b8579b2 Fix #1485 by removing SPDLOG_NO_NAME option
6 years ago
gabime 10116b7717 Removed SPDLOG_NO_DATETIME option
6 years ago
gabime bcfa9241b8 Updated copyright headers
6 years ago
gabime b3ed5f77f2 Updated tweakme
6 years ago
gabime 46ef71e3ec Normalized copyright message
7 years ago
gabime 17f9cdd401 static lib wip
7 years ago
Mattias Fornander 0ccbdcdd1f Add tweak support for user short level names
7 years ago
possiblyhuman 32420b77c8 Reduced amount of macros used.
7 years ago
possiblyhuman 2124b7bf64 Allow filename/line number at all levels. Add function name %! support.
7 years ago
gabime 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS
7 years ago
gabime 0e77c3391b New compile time API using SPDLOG_ACTIVE_LEVEL
7 years ago
gabime f2f9f324ec Updated default API impl and tests
7 years ago
gabime 226d5a1d36 Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h
7 years ago
gabime 312fe4775d Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h
7 years ago
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime cb9c984aa7 registery and periodic flusher fixes.
7 years ago
gabime 9e4925eff0 clang format
7 years ago
gabime 81fa788bca Updated tests
7 years ago
gabime e4d3eb64e6 Udpated example and spdlog.h
8 years ago
gabime a2653d409f clang-format
8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format
8 years ago
gabime 799ba2a57b added SPDLOG_DISABLE_TID_CACHING macro to prevent invalid thread ids after fork
8 years ago
gabime adbc22096a enable final keyword by default. Can be disabled in tweakme.h for older compilers
8 years ago
gabime e7cf25a1c0 fixed issue #562
8 years ago
gabime 709948ff4a Fixed issue #527
8 years ago
fogo ee525f9bef allow printf style logging
8 years ago
Gabi Melman dc8ac4c671 Update tweakme.h
8 years ago
Asit Kumar Dhal 3a40f0c34d fixed length and upper case log level tags
8 years ago
gabime e1d4c4651b Minor formatting
9 years ago
gabime 8d164f47a8 tweakme disable counters by default
9 years ago
gabime d56fa23eb9 fixed compilation errors
9 years ago
gabime 6cc7e7382e astyle
9 years ago
Alexander Zilberkant ef6eb376d3 disable message counter feature in tweakme.h
9 years ago
Alexander Zilberkant 6547675e43 Revert "Merge pull request #441 from alzix/count_discarded"
9 years ago
Gabi Melman 13199034f0 Update tweakme.h
9 years ago
Gabi Melman 038733345a Merge pull request #441 from alzix/count_discarded
9 years ago
Alexander Zilberkant 2b008efb06 disable SPDLOG_ASYNC_COUNT_DISCARDED_MSG
9 years ago
Alexander Zilberkant 0aeaf9e28e add an option to warn about discarded messages
9 years ago