mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Improved logging capabilities
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user