mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Upgrade to fmt 5.x
This commit is contained in:
@@ -37,8 +37,8 @@ struct log_msg
|
||||
level::level_enum level;
|
||||
log_clock::time_point time;
|
||||
size_t thread_id;
|
||||
fmt::MemoryWriter raw;
|
||||
fmt::MemoryWriter formatted;
|
||||
fmt::memory_buffer raw;
|
||||
fmt::memory_buffer formatted;
|
||||
size_t msg_id{0};
|
||||
// info about wrapping the formatted text with color
|
||||
size_t color_range_start{0};
|
||||
|
Reference in New Issue
Block a user