This commit is contained in:
Nav
2021-05-25 21:50:17 +01:00
parent c755094cd5
commit 77bcf07d6c
43 changed files with 103 additions and 49 deletions

View File

@@ -20,7 +20,8 @@ namespace Bloom
DEBUG = 4,
};
struct LogEntry {
struct LogEntry
{
std::string threadName;
std::string message;
LogLevel logLevel;