Update commemt

This commit is contained in:
Gabi Melman
2025-05-09 02:49:36 +03:00
committed by GitHub
parent 070e1c9747
commit 7ca6a4fb27

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); SPDLOG_API void register_logger(std::shared_ptr<logger> logger);
// Register the given logger with the given name // Register the given logger with the given name
// Will replace the existing logger with the same name if exists. // Will replace any existing logger with the same name.
SPDLOG_API void register_or_replace(std::shared_ptr<logger> logger); SPDLOG_API void register_or_replace(std::shared_ptr<logger> logger);
// Apply a user-defined function on all registered loggers // Apply a user-defined function on all registered loggers