错误处理

This commit is contained in:
2026-08-16 17:53:46 +08:00
parent 00a3c54820
commit 8612b5ff86
47 changed files with 744 additions and 544 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace renderive::web {
void initialize_web_performance_log(const std::filesystem::path& log_directory);
void write_web_performance_log(std::string_view json_line) noexcept;
void write_web_performance_log(std::string_view json_line);
[[nodiscard]] std::filesystem::path web_performance_log_path();
} // namespace renderive::web