more logging stuff
This commit is contained in:
@@ -36,6 +36,8 @@ namespace LogInternal
|
||||
struct LogHistory
|
||||
{
|
||||
char LogBuffer[LogInternal::MaxLineSize * LogInternal::LogHistorySize]{0};
|
||||
char FileBuffer[LogInternal::MaxLineSize * LogInternal::LogHistorySize]{0};
|
||||
uint32_t LineBuffer[LogInternal::LogHistorySize]{0};
|
||||
int32_t WriteIdx = 0;
|
||||
int64_t WriteTime[LogInternal::LogHistorySize]{0};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user