mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
Unified usage of fmt::memory_buffer across the codebase
This commit is contained in:
@@ -50,7 +50,7 @@ protected:
|
||||
|
||||
if (enable_formatting_)
|
||||
{
|
||||
fmt::memory_buffer formatted;
|
||||
memory_buf_t formatted;
|
||||
base_sink<Mutex>::formatter_->format(msg, formatted);
|
||||
payload = string_view_t(formatted.data(), formatted.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user