Formatting

This commit is contained in:
gabime
2023-09-16 19:50:23 +03:00
parent ad18d4e1cb
commit 8488b027e9
4 changed files with 15 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ void replace_default_logger_example();
// Uncomment to enable source location support.
// This will add filename/line/column info to the log (and in to the resulting binary so take care).
// #define SPDLOG_EMIT_SOURCE_LOCATION
// #define SPDLOG_EMIT_SOURCE_LOCATION
#include "spdlog/spdlog.h"
#include "spdlog/cfg/env.h" // support for loading levels from the environment variable