Improved logging capabilities

This commit is contained in:
Pasha Bibko
2025-05-08 14:32:33 +01:00
parent 4509250c4e
commit 094101ffdd
6 changed files with 40 additions and 25 deletions

View File

@@ -247,7 +247,7 @@ namespace LX
for (auto& token : tokens)
{
Log::out
Log::out<Log::Priority::HIGH>
(
std::left,
"{ Line: ", std::setw(3), token.line,