spdlog/tests
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
..
CMakeLists.txt clang format 2023-09-09 12:56:47 +03:00
includes.h Added Catch v3 support (#2661) 2023-03-01 13:51:04 +02:00
main.cpp Added Catch v3 support (#2661) 2023-03-01 13:51:04 +02:00
test_async.cpp Support async_overflow_policy::discard_new (#2876) 2023-09-09 23:05:08 +03:00
test_backtrace.cpp Unnecessary backtrace begin/end logs (#2568) 2022-12-09 10:25:17 +02:00
test_bin_to_hex.cpp Fixed #2724 by excluding bin_to_hex sink if using std::format 2023-07-08 17:12:25 +03:00
test_cfg.cpp Added cfg tests 2020-09-27 02:10:52 +03:00
test_circular_q.cpp Added another test for circular_q 2023-08-05 17:26:16 +03:00
test_create_dir.cpp clang-format 2021-07-19 00:50:51 +03:00
test_custom_callbacks.cpp Added Catch v3 support (#2661) 2023-03-01 13:51:04 +02:00
test_daily_logger.cpp Added Catch v3 support (#2661) 2023-03-01 13:51:04 +02:00
test_dup_filter.cpp clang-format 2021-07-19 00:50:51 +03:00
test_errors.cpp clang format 2023-06-07 13:23:44 +03:00
test_eventlog.cpp clang-format 2021-07-19 00:50:51 +03:00
test_file_helper.cpp Added Catch v3 support (#2661) 2023-03-01 13:51:04 +02:00
test_file_logging.cpp Added Catch v3 support (#2661) 2023-03-01 13:51:04 +02:00
test_fmt_helper.cpp Support compile-time format string checking with std::format (#2544) 2022-11-12 23:07:11 +02:00
test_macros.cpp Added Catch v3 support (#2661) 2023-03-01 13:51:04 +02:00
test_misc.cpp Added missing square bracket to fix the level_to_string_view test. (#2827) 2023-07-23 11:15:25 +03:00
test_mpmc_q.cpp feat(mpmc_blocking_q): add blocking dequeue without timeout (#2588) 2022-12-30 15:20:10 +02:00
test_pattern_formatter.cpp clang format 2023-06-07 13:23:44 +03:00
test_registry.cpp Fix build errors 2021-01-06 18:55:57 -05:00
test_sink.h Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
test_stdout_api.cpp replace FormatString template argument with fmt::basic_format_string 2021-07-22 16:23:56 +01:00
test_stopwatch.cpp Update test_stopwatch.cpp 2023-05-27 23:05:49 +03:00
test_systemd.cpp Updated systemd sink and tests 2019-06-28 17:29:52 +03:00
test_time_point.cpp clang-format 2020-04-19 11:33:36 +03:00
utils.cpp Use lower-case "windows.h" for case-sensitive file systems 2022-09-26 12:42:01 +02:00
utils.h Merge pull request #1414 from BioDataAnalysis/bda_tests_support_empty_eol 2020-02-10 13:12:07 +02:00