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.
1 parent 3259d29 commit a8390f3Copy full SHA for a8390f3
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