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:
@@ -59,6 +59,7 @@ using log_clock = std::chrono::system_clock;
|
||||
using sink_ptr = std::shared_ptr < sinks::sink > ;
|
||||
using sinks_init_list = std::initializer_list < sink_ptr > ;
|
||||
using formatter_ptr = std::shared_ptr<spdlog::formatter>;
|
||||
using thread_id = std::size_t;
|
||||
|
||||
//Log level enum
|
||||
namespace level
|
||||
|
Reference in New Issue
Block a user