Add global log counter

This commit is contained in:
Jack Andersen
2018-03-23 11:38:33 -10:00
parent bb0535f3a9
commit 2e595922be
2 changed files with 15 additions and 0 deletions

View File

@@ -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;