mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update log_msg.h
This commit is contained in:
parent
dace099348
commit
c5011181bb
@ -39,7 +39,7 @@ struct log_msg
|
||||
log_clock::time_point time;
|
||||
size_t thread_id;
|
||||
fmt::memory_buffer raw;
|
||||
size_t msg_id{0};
|
||||
mutable size_t msg_id{0};
|
||||
// info about wrapping the formatted text with color
|
||||
mutable size_t color_range_start{0};
|
||||
mutable size_t color_range_end{0};
|
||||
|
Loading…
Reference in New Issue
Block a user