修改错误
This commit is contained in:
parent
b82c63f118
commit
04d4da3e17
|
|
@ -62,7 +62,7 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
LogLevel level_;
|
LogLevel level_;
|
||||||
std::mutex mutex_;
|
mutable std::mutex mutex_;
|
||||||
|
|
||||||
/// @brief Convert a LogLevel to its string representation.
|
/// @brief Convert a LogLevel to its string representation.
|
||||||
static std::string levelToString(LogLevel level);
|
static std::string levelToString(LogLevel level);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue