修改错误

This commit is contained in:
linianlin 2026-05-16 13:07:25 +08:00
parent b82c63f118
commit 04d4da3e17
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public:
private:
LogLevel level_;
std::mutex mutex_;
mutable std::mutex mutex_;
/// @brief Convert a LogLevel to its string representation.
static std::string levelToString(LogLevel level);