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