mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update logger.h
This commit is contained in:
@@ -239,7 +239,7 @@ public:
|
||||
SPDLOG_TRY
|
||||
{
|
||||
// format to wmemory_buffer and convert to utf8
|
||||
fmt::wmemory_buffer wbuf;
|
||||
wmemory_buf_t wbuf;
|
||||
fmt::format_to(std::back_inserter(wbuf), fmt, std::forward<Args>(args)...);
|
||||
|
||||
memory_buf_t buf;
|
||||
|
Reference in New Issue
Block a user