mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
use size_t to better represent thread id across platforms
This commit is contained in:
@@ -92,7 +92,7 @@ struct log_msg
|
||||
std::string logger_name;
|
||||
level::level_enum level;
|
||||
log_clock::time_point time;
|
||||
uint64_t thread_id;
|
||||
thread_id thread_id;
|
||||
fmt::MemoryWriter raw;
|
||||
fmt::MemoryWriter formatted;
|
||||
};
|
||||
|
Reference in New Issue
Block a user