- use std::chrono types for timelength values

This commit is contained in:
2026-02-13 08:38:27 +03:00
parent bb1f92fa31
commit 8f826e321c
4 changed files with 54 additions and 42 deletions

View File

@@ -130,6 +130,7 @@ public:
Logger& operator << (const unsigned int data);
Logger& operator << (const uint64_t data);
Logger& operator << (const std::filesystem::path& p);
Logger& operator << (const std::chrono::milliseconds t);
protected:
LogGuard mGuard;