Commit Graph

167 Commits (215b6aea95a0fd15d1b8c8a1c672918b7a75a7ab)

Author SHA1 Message Date
gabime 215b6aea95 file_helper.cpp and filename_t fix 6 years ago
gabime 96b7214ae2 fix common.h 6 years ago
gabime 97f9cc4bc0 some cleanup 6 years ago
gabime 7ab6fd9db6 source_loc change line to int 6 years ago
gabime d12a858897 some cleanup 6 years ago
gabime 17f9cdd401 static lib wip 6 years ago
gabime e2e3df9013 static lib wip 6 years ago
gabime 6b0bf33f8e clang-format 7 years ago
Mattias Fornander 0ccbdcdd1f Add tweak support for user short level names 7 years ago
charles-david 20a0f82701 Renamed input parameters to "params_in". 7 years ago
charles-david 0f128fd561 Warning for shadowed parameter corrected in common.h
However, not in bundled fmt. Corrects compiling with basic logger with header only and -Werror.
7 years ago
gabime 57c3023881 Moved SPDLOG_FUNCTION define to common.h 7 years ago
gabime 6b4fea39ab clang-format 7 years ago
possiblyhuman 2124b7bf64 Allow filename/line number at all levels. Add function name %! support. 7 years ago
gabime 0203a0fdaf Fixed issue #948 7 years ago
gabime 3da189f7c0 SPDLOG_TRACE to check log level before calling the logger 7 years ago
gabime ec3f2b76b0 Strip path from __FILE__ in SPDLOG_TRACE macros 7 years ago
gabime f0c962d274 source_loc ctor: brace init members 7 years ago
David P. Sicilia a6152ebadd Make an implicit cast from int --> uint32_t explicit.
Perhaps this casting should not happen to begin with, but better
to make it explicit where it is happening for readability.  This
fixes a compiler warning.
7 years ago
gabime 92921f767e clang-format 7 years ago
gabime 0ce670e45a Store level names as string_views 7 years ago
gabime a16ff07a06 Show source location if present in default formatter 7 years ago
gabime dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info. 7 years ago
gabime 9484c4dc05 clang-format 7 years ago
gabime 521b0733d4 Support for source location in async loggers 7 years ago
gabime a463989278 keep clang-tidy happy 7 years ago
gabime a31719b546 clang-format 7 years ago
gabime f2305fe5bf Support for source file/line logging 7 years ago
gabime b522413085 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 6fedffe6d6 Moved the SPDLOG_CATCH_AND_HANDLE to logger_impl.h 7 years ago
gabime 392d126372 Renamed string_view_type -> string_view_t 7 years ago
gabime 894438d5fb Better support for string_view 7 years ago
gabime f4c5c5a367 Replaced noexcept with SPDLOG_NOEXCEPT 7 years ago
gabime 2a7b995723 Added noexcept some function in common.h 7 years ago
gabime 7af3f014af Fixed clang-tidy warning 7 years ago
gabime a8c4aef6bd fix typo 7 years ago
gabime 669a66f18a format 7 years ago
gabime e8dae26176 Moved spdlog::make_unique to spdlog::details::make_unique and prevent T to be array 7 years ago
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final 7 years ago
gabime ebce97947d use make_unique 7 years ago
gabime b962fbb15c Fixed issue #797 7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes 7 years ago
gabime 74c10df169 Changed SPDLOG_VERSION to be numeric 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime 9cbdd5ffd4 Added async_nonblocking factory 7 years ago
gabime 3aaefc48ec Minor cleaning of common.h 7 years ago
gabime 0a3c81826f Changed some functions to accept strings instead of ref to strings for better semantics 7 years ago
gabime 81f29a9a7a Fixed wchar support in messages 7 years ago
Gabi Melman 99cc35384b
Update common.h 7 years ago