Unverified Commit c73a5ff9 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1367 from mike239x/v1.x

Fix a small problem in the basic example
parents d52e825b 9858d4e9
......@@ -77,7 +77,7 @@ int main()
// Compile time log levels
// define SPDLOG_ACTIVE_LEVEL to desired level
SPDLOG_TRACE("Some trace message with param {}", {});
SPDLOG_TRACE("Some trace message with param {}", 42);
SPDLOG_DEBUG("Some debug message");
// Set the default logger to file logger
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment