From 8f6ef521566cf090c4a7a376c4ca3ab96caaf17e Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 5 Jan 2025 01:00:45 +0200 Subject: [PATCH] Update async_sink.h --- include/spdlog/sinks/async_sink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/sinks/async_sink.h b/include/spdlog/sinks/async_sink.h index 47197fc1..35ea6df8 100644 --- a/include/spdlog/sinks/async_sink.h +++ b/include/spdlog/sinks/async_sink.h @@ -39,7 +39,7 @@ public: std::vector> sinks; std::function on_thread_start = nullptr; std::function on_thread_stop = nullptr; - err_handler err_handler = nullptr; + err_handler custom_err_handler = nullptr; }; explicit async_sink(config async_config);