Minor cleanup

This commit is contained in:
gabime
2024-11-29 16:15:13 +02:00
parent bb3d25b626
commit 0ef49d7df6
4 changed files with 3 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ void replace_default_logger_example();
#include "spdlog/cfg/env.h" // support for loading levels from the environment variable
#include "spdlog/spdlog.h"
#include "spdlog/version.h"
int main(int, char *[]) {
// Log levels can be loaded from argv/env using "SPDLOG_LEVEL"