Commit Graph

1152 Commits (01583ef5402b0edfbef349896851f360e5b6ecff)

Author SHA1 Message Date
gabime 01583ef540 Clean macros
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 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 50648553cf clang-format
7 years ago
gabime 70d03fd9c3 Minor optimization
7 years ago
gabime 0a8cce6984 comments
7 years ago
gabime fb1a3a3a12 Micro optimized some formatter flags
7 years ago
Gabi Melman b64e4464a7
Update current_size_ to 0 in after of truncating in rotation error
7 years ago
Daniel Chabrowski e751461ff1 Fix template error
7 years ago
Daniel Chabrowski 6232ec78f7 Change count_digits to depend on template param, not size_t
7 years ago
Daniel Chabrowski f09d0f2301 Add helper for count_digits
7 years ago
Daniel Chabrowski 14a071c478 Fix osx build
7 years ago
gabime 7068c45115 Fixed issue #908
7 years ago
gabime 552416bda4 fmt_helper cleanup
7 years ago
gabime b522413085 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS
7 years ago
gabime 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS
7 years ago
gabime 4a34cd0662 Optimized nano seconds formatting
7 years ago
gabime 314991ac60 Fixed pattern formatter constructor bug
7 years ago
gabime 9b5b4cd505 comment
7 years ago
gabime c5069135d7 Improved compile time level support
7 years ago
gabime 34c60e5486 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
7 years ago
gabime 526f21ae7f Fixed #902
7 years ago
gabime 0e77c3391b New compile time API using SPDLOG_ACTIVE_LEVEL
7 years ago
Gabi Melman f1e79bde2e
Update pattern_formatter.h
7 years ago
gabime 7b6849578b Fixed some clang-tidy warnings
7 years ago
gabime 6fedffe6d6 Moved the SPDLOG_CATCH_AND_HANDLE to logger_impl.h
7 years ago
gabime d54e302a28 clang-format
7 years ago
gabime d99179f822 Small refactoring to registry class
7 years ago
gabime 65cff673b8 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
7 years ago
gabime dc166cad92 Added default pattern support for pattern_formatter to avoid parsing pattern when using default pattern
7 years ago
gabime ba4ed0eb7f micro optimize scoped_padder
7 years ago
gabime 3cdf2b7f04 micro optimize scoped_padder
7 years ago
Pablo Arias a446f187c1 Fixed deadlock by recursive mutex
7 years ago
gabime 3ff541cf77 Optimized scoped_pad
7 years ago
Pablo Arias 10895796b2 Added mutexes to protect logger initialization and toggling automatic registration
7 years ago
Pablo Arias fbc58ebef8 * using API call instead of macro for toggling automatic registration
7 years ago
gabime 5c54414be7 Padding support in pattern formatter
7 years ago
gabime 4df28728e2 clang-format
7 years ago
Pablo Arias f95b189fe3 Added a global option in tweakme.h that disabled global registration of
7 years ago
Gabi Melman 1aace95c8d
Update periodic_worker.h
7 years ago
rwen2012 794a636dd3 change the log_msg&& to log_msg&
7 years ago
gabime e35414a0f1 Removed redundant casts to string_view
7 years ago
gabime 0d0706a204 Small fix to pattern formatter
7 years ago
gabime 1b04c222cf Fixed issue #888
7 years ago
Jerome Meyer 1b391ccd06 Cleanup header file: remove log_msg.h include from fmt_helper.h
7 years ago