fix(Core/Log): fmt output for appender (#21043)
This commit is contained in:
parent
0828851313
commit
e68faf71fe
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ void Appender::write(LogMessage* message)
|
|||
|
||||
if (flags & APPENDER_FLAGS_PREFIX_LOGLEVEL)
|
||||
{
|
||||
ss << Acore::StringFormat("%-5s ", Appender::getLogLevelString(message->level));
|
||||
ss << Acore::StringFormat("{} ", Appender::getLogLevelString(message->level));
|
||||
}
|
||||
|
||||
if (flags & APPENDER_FLAGS_PREFIX_LOGFILTERTYPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue