Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Sep 22, 2023
1 parent 7c0afad commit 2d801bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_SOURCE_LOCATION

#include "spdlog/spdlog.h"
#include "spdlog/cfg/env.h" // support for loading levels from the environment variable
Expand Down

0 comments on commit 2d801bb

Please sign in to comment.