Replies: 1 comment
-
My bad. It works. I even don't know what I have changed my program. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 loggers, one(gcLog) is with multi sinks: stdout & file and the other(coutLog) is stdout.
When use
coutLog->debug("debug string");
, there is no output. Only info and above will output.If I change level to "warn",
coutLog->set_level(spdlog::level::level_enum::warn);
, it did change and info is not output.Beta Was this translation helpful? Give feedback.
All reactions