spdlog/include/spdlog
Yubin b5b5043d42
Support async_overflow_policy::discard_new (#2876)
Reason for the discard_new policy: when there is an overflow, there
is usually some unexpected issue (a bug, or some other unexpected stuff).
And in case of unexpected issue, the first arrived log messages are usually
more important than subsequent ones. For example, some application
keep logging error messages in case of functionality failure, which,
when using async_overflow_policy::overrun_oldest, will overrun the
first arrived messages that may contain real reason for the failure.
2023-09-09 23:05:08 +03:00
..
cfg clang-format 2021-07-19 00:50:51 +03:00
details Support async_overflow_policy::discard_new (#2876) 2023-09-09 23:05:08 +03:00
fmt Revert "Updated bundled fmt to version 10.0.0" 2023-07-08 13:23:40 +03:00
sinks minor cleanup 2023-09-09 13:32:44 +03:00
async_logger-inl.h clang format 2023-06-07 13:23:44 +03:00
async_logger.h Support async_overflow_policy::discard_new (#2876) 2023-09-09 23:05:08 +03:00
async.h clang format 2023-06-07 13:23:44 +03:00
common-inl.h Replace iterator difference with std::distance 2022-10-13 12:29:48 +03:00
common.h clang format 2023-06-07 13:23:44 +03:00
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
fwd.h Allow forward-declaration of level_enum 2022-01-11 15:12:23 +00:00
logger-inl.h Update error message in default error handler 2023-05-27 15:34:33 +03:00
logger.h clang format 2023-06-07 13:23:44 +03:00
pattern_formatter-inl.h Re-introduce redundant std::move at return for old GCC (before version 5) inside an ifdef for e.g. CentOS 7 2022-07-27 07:16:36 +02:00
pattern_formatter.h clang format 2023-06-07 13:23:44 +03:00
spdlog-inl.h Added apply_logger_env_levels (#2649) 2023-02-25 12:07:33 +02:00
spdlog.h clang format 2023-06-07 13:23:44 +03:00
stopwatch.h Added const qualifier to stopwatch formatter to support c++20 2023-07-04 16:04:49 +03:00
tweakme.h Support compile-time format string checking with std::format (#2544) 2022-11-12 23:07:11 +02:00
version.h Add SPDLOG_TO_VERSION to compare spdlog version (#2853) 2023-08-14 08:19:02 +03:00