mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-29 03:53:54 +00:00
Compare commits
No commits in common. "c73a5ff9185c8662f0062978290c5d2e152caf74" and "d52e825bbc7c25566f822d9aef6ff2ba3a3d603b" have entirely different histories.
c73a5ff918
...
d52e825bbc
@ -77,7 +77,7 @@ int main()
|
||||
|
||||
// Compile time log levels
|
||||
// define SPDLOG_ACTIVE_LEVEL to desired level
|
||||
SPDLOG_TRACE("Some trace message with param {}", 42);
|
||||
SPDLOG_TRACE("Some trace message with param {}", {});
|
||||
SPDLOG_DEBUG("Some debug message");
|
||||
|
||||
// Set the default logger to file logger
|
||||
|
Loading…
x
Reference in New Issue
Block a user