Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
spdlog次のようにしてログに記録できますthreadid。
spdlog
threadid
spdlog::set_pattern("*** [%H:%M:%S %z] [thread %t] %v ***");
しかし、どうすればログに記録できますpid(process id)か?
pid(process id)
これは、%P フラグを使用して、最新バージョンで既にサポートされています。