vector / mutex

This commit is contained in:
Denis Ivaykin
2015-05-09 13:14:16 +02:00
parent 06e0b0387a
commit a74e280bb4
2 changed files with 55 additions and 1 deletions

View File

@@ -64,3 +64,15 @@
// #define SPDLOG_DEBUG_ON
// #define SPDLOG_TRACE_ON
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to enable lockless registry
// #define SPDLOG_NO_REGISTRY_MUTEX
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to enable vector based registry
// #define SPDLOG_VECTOR_BASED_REGISTRY
///////////////////////////////////////////////////////////////////////////////