- minimize logging

This commit is contained in:
2026-02-12 17:53:05 +03:00
parent 917156c1cd
commit bb1f92fa31
5 changed files with 161 additions and 6 deletions

View File

@@ -110,7 +110,10 @@ public:
void useNull();
void closeFile();
void openFile();
std::string getLastContent(size_t bytes);
const std::string& getLogPath() const;
LogGuard& mutex();
LogLevel level();
void setLevel(LogLevel level);