modify something

This commit is contained in:
CupWater
2026-08-17 21:01:29 +08:00
parent 3274bf9393
commit 4fc7ef37c2
12 changed files with 133 additions and 47 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace flog {
virtual void FLOG_CALL write_log(const LogMessage &message) = 0;
protected:
std::string m_name;
const std::string m_name;
std::unique_ptr<LogFormatter> m_logFormatter;
};