|
|
@ -38,13 +38,6 @@
|
|
|
|
// #define SPDLOG_NO_TLS
|
|
|
|
// #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
|
|
|
|
// Uncomment to avoid spdlog's usage of atomic log levels
|
|
|
|
// Use only if your code never modifies a logger's log levels concurrently by
|
|
|
|
// Use only if your code never modifies a logger's log levels concurrently by
|
|
|
|