modify something

This commit is contained in:
CupWater
2026-08-19 09:00:11 +08:00
parent c7d4b87d3e
commit 267d7953ba
9 changed files with 66 additions and 40 deletions
+5
View File
@@ -15,6 +15,11 @@ namespace flog
friend class LogManager;
public:
Logger(const Logger&) = delete;
Logger operator=(const Logger&) = delete;
Logger(const Logger&&) = delete;
Logger operator=(const Logger&&) = delete;
~Logger() = default;
template<typename... Args>