mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-14 15:46:22 +00:00
Add global log counter
This commit is contained in:
@@ -278,6 +278,8 @@ static void AbortHandler(int signum)
|
||||
}
|
||||
}
|
||||
|
||||
uint64_t _LogCounter;
|
||||
|
||||
std::vector<std::unique_ptr<ILogger>> MainLoggers;
|
||||
std::atomic_size_t ErrorCount(0);
|
||||
static std::chrono::steady_clock MonoClock;
|
||||
|
||||
Reference in New Issue
Block a user