Replies: 1 comment 11 replies
-
spdlog/include/spdlog/logger.h Lines 300 to 304 in 927cc29 spdlog/include/spdlog/common.h Lines 223 to 235 in 927cc29 |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to replace a few print statements in an existing code base by corresponding spdlog calls. Those old print statements were unconditional (independent of any logging level), but not necessarily "critical". Is that a valid use case for
spdlog::level::off
? For example:Just to be sure! 😃
Beta Was this translation helpful? Give feedback.
All reactions