check SPDLOG_SOURCE_LOCATION in macros and in runtime

This commit is contained in:
gabime
2023-09-23 02:02:50 +03:00
parent ea1c829764
commit 7c0afada60
5 changed files with 11 additions and 13 deletions

View File

@@ -20,10 +20,8 @@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment if source location logging is not needed.
// This will prevent spdlog from using __FILE__, __LINE__ and SPDLOG_FUNCTION
//
// #define SPDLOG_NO_SOURCE_LOC
// Uncomment if source location logging is needed./
// #define SPDLOG_SOURCE_LOCATION
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////