mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Added compile time option to turn off thread id (#define SPDLOG_NO_THREAD_ID in common.h)
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
//#define SPDLOG_CLOCK_COARSE
|
||||
//#endif
|
||||
|
||||
|
||||
// uncomment if thread id logging is needed - to gain few nanos
|
||||
// #define SPDLOG_NO_THREAD_ID
|
||||
//
|
||||
namespace spdlog
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user