Commit Graph

286 Commits (f5dc16603ee97b77f9945e29b4f4864afdde2652)

Author SHA1 Message Date
Gabi Melman b64e4464a7
Update current_size_ to 0 in after of truncating in rotation error
7 years ago
gabime dc166cad92 Added default pattern support for pattern_formatter to avoid parsing pattern when using default pattern
7 years ago
gabime 4df28728e2 clang-format
7 years ago
gabime 70bef682b0 Fixed clang-tidy warning about implicit conversion to string_view
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 45717147f7 Improved null_logger factory
7 years ago
gabime b368d18b0f Added default logger API
7 years ago
DimRochette 3079551d30
fix namespace of make_unique
7 years ago
gabime 887a104dd0 Fixed clang-tidy warning
7 years ago
gabime cd8e15dcd1 Fixed clang-tidy warnings
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 7704e41336 Fixed issue #833
7 years ago
gabime a74bbe7381 base_sink default ctor
7 years ago
gabime 729ec21629 Added virtual protected functions to base_sink
7 years ago
gabime b393715bee Added virtual protected functions to base_sink
7 years ago
gabime 5ec4e60424 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 5cd24f3033 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 27a03c5cec Replaced SPDLOG_FINAL macro with final
7 years ago
gabime ca8accbaa8 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 2fa7410c0e Improve rotating sink error handling
7 years ago
Alexander Dalshov d48d6939c2 ansicolor_sink.h - add missing sink include
7 years ago
Gabi Melman 9fda1cb421
Merge pull request #813 from jwnimmer-tri/dist_sink_reset_v1.x
7 years ago
gabime f4bbe8b2b3 Fixed some extra warnings from clang
7 years ago
Jeremy Nimmer 679fcd787f Add set_sinks method to dist_sink
7 years ago
Gabi Melman 2870afdeae
Update stdout_sinks.h
7 years ago
gabime a58d7594cb Fixed issue #798 and added -Wconversion compiler flag to build
7 years ago
gabime 6ae240c0b6 code formatting and clang tidy warnings fixes
7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes
7 years ago
gabime 4866f2ac05 Put override kw again
7 years ago
gabime 4456f96ae3 Fixed clang warnings
7 years ago
rajesh-p 769f11109d
Namespace fix for the issue 785
7 years ago
gabime 01e05a4495 clang format
7 years ago
slapenko 34ada56f5d Refactoring. Rid of open_file for clarity
7 years ago
slapenko 64521005ab We can control should daily_file_sink truncate an underlying file or not
7 years ago
gabime 9e4925eff0 clang format
7 years ago
Gabi Melman b238bf9512
fix issue #755
7 years ago
gabime c2a49080aa Refactored sink interface and base_sink
7 years ago
Gabi Melman 2bc05b6b17
Merge pull request #752 from baishuai/v1.x
7 years ago
baishuai 41f708e438 fix bug in android_sink.h
7 years ago
gabime 7d40244a89 Fixed issue #726 and changed default filename calculator to dateonly
7 years ago
gabime 16ee72da7c clang format
7 years ago
gabime 4e9fafac75 comment
7 years ago
gabime b9180f8f5a Fix to a windows issue, where very high rotation rates sometimes fail if antivirus is running.
7 years ago
gabime 81f3cc5575 clang format
7 years ago
gabime 887326e715 minor code cleanup
7 years ago
gabime c9331594bb Renamed file to pattern_forammter.h and fixed utc support
7 years ago
gabime 9dc44c39e7 Fixed bugs in stdout_sinks and in msvc
7 years ago