mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
feat(Logger): Remove awful indent
This commit is contained in:
parent
14aa991147
commit
2aacbfc051
@ -178,7 +178,7 @@ namespace big
|
||||
out
|
||||
<< "[" << msg.timestamp("%H:%M:%S") << "]"
|
||||
<< AddColorToStream(color)
|
||||
<< "[" << std::setw(7) << msg.level() << "/"
|
||||
<< "[" << msg.level() << "/"
|
||||
<< msg.file() << ":" << msg.line() << "]"
|
||||
<< ResetStreamColor
|
||||
<< ": ";
|
||||
@ -192,7 +192,7 @@ namespace big
|
||||
|
||||
out
|
||||
<< "[" << msg.timestamp("%H:%M:%S") << "]"
|
||||
<< "[" << std::setw(7) << msg.level() << "/"
|
||||
<< "[" << msg.level() << "/"
|
||||
<< msg.file() << ":" << msg.line() << "]"
|
||||
<< ": ";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user