mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-14 15:46:22 +00:00
Add logvisor::LockLog() for ensuring output stream sync
This commit is contained in:
@@ -73,6 +73,7 @@ static std::chrono::steady_clock::time_point GlobalStart = MonoClock.now();
|
||||
static inline std::chrono::steady_clock::duration CurrentUptime()
|
||||
{return MonoClock.now() - GlobalStart;}
|
||||
std::atomic_uint_fast64_t FrameIndex(0);
|
||||
std::mutex LogMutex;
|
||||
|
||||
static inline int ConsoleWidth()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user