Added colours to logging by default

This commit is contained in:
2026-01-08 21:47:10 +02:00
parent 88f5d02b6a
commit e8498f9e66
2 changed files with 14 additions and 7 deletions

View File

@@ -31,7 +31,8 @@ public:
private:
static std::fstream File;
static std::array<const std::string, 6> LogLevelToString;
static std::array<std::pair<const std::string, const std::string>, 6>
LogLevelToString;
};
} // namespace Tourmaline::Systems
#endif