Fix #1485 by removing SPDLOG_NO_NAME option

This commit is contained in:
gabime
2020-03-22 00:27:42 +02:00
parent c927de137c
commit 5b0b8579b2
2 changed files with 2 additions and 10 deletions

View File

@@ -38,13 +38,6 @@
// #define SPDLOG_NO_TLS
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment if logger name logging is not needed.
// This will prevent spdlog from copying the logger name on each log call.
//
// #define SPDLOG_NO_NAME
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to avoid spdlog's usage of atomic log levels
// Use only if your code never modifies a logger's log levels concurrently by