Update comment

This commit is contained in:
Gabi Melman
2025-05-09 02:46:10 +03:00
committed by GitHub
parent 0d31acae28
commit 070e1c9747

View File

@@ -95,7 +95,7 @@ SPDLOG_API void set_error_handler(void (*handler)(const std::string &msg));
SPDLOG_API void register_logger(std::shared_ptr<logger> logger);
// Register the given logger with the given name
// Will replace any the existing logger with the same name if exists.
// Will replace the existing logger with the same name if exists.
SPDLOG_API void register_or_replace(std::shared_ptr<logger> logger);
// Apply a user-defined function on all registered loggers