rm c-style array
This commit is contained in:
committed by
Kueffner, Maximilian
parent
a7ec70bf3f
commit
08d1564573
@@ -71,6 +71,5 @@ void SpdLogger::ChangeLevel(LogLevel lvl)
|
|||||||
|
|
||||||
// you will only get this message for log levels <= info! I.e., not for error or warning.
|
// you will only get this message for log levels <= info! I.e., not for error or warning.
|
||||||
this->logger_->info(
|
this->logger_->info(
|
||||||
std::format("{}: Changed log level to {}({})", __FUNCTION__, LogLevelToString(lvl), static_cast<int>(lvl))
|
std::format("{}: Changed log level to {}({})", __FUNCTION__, LogLevelToString(lvl), static_cast<int>(lvl)));
|
||||||
.c_str());
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user