Added compile time option to turn off thread id (#define SPDLOG_NO_THREAD_ID in common.h)

This commit is contained in:
gabime
2015-04-07 21:57:38 +03:00
parent 0684b4f378
commit 25afbd79b2
3 changed files with 9 additions and 3 deletions

View File

@@ -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
{