We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3259d29 + a8390f3 commit 530375aCopy full SHA for 530375a
src/Log/UISink.h
@@ -21,7 +21,7 @@ class clusterui_sink : public sinks::base_sink<Mutex>
21
{
22
// msg.payload is the raw string without any formatting
23
memory_buf_t formatted;
24
- base_sink::formatter_->format(msg, formatted);
+ this->formatter_->format(msg, formatted);
25
func(fmt::to_string(formatted).c_str(), msg.level);
26
}
27
0 commit comments