Format: Fix left shift operator log messages
This commit is contained in:
@@ -70,7 +70,8 @@ private:
|
||||
template<typename T>
|
||||
const LogOperatorStyle& operator<<(const LogOperatorStyle& logOperatorStyle, const T& value)
|
||||
{
|
||||
_format(const_cast<LogOperatorStyle&>(logOperatorStyle).builder(), value);
|
||||
Formatter<T> formatter;
|
||||
formatter.format(const_cast<LogOperatorStyle&>(logOperatorStyle).builder(), value);
|
||||
return logOperatorStyle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user