spdlog::get
#1929
Replies: 1 comment 8 replies
-
Loggers with the same name cannot be registered. The name of the logger must be changed. |
Beta Was this translation helpful? Give feedback.
8 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.
-
Hi all,
I am using spdlog for an internal projecct, and it's cool, it's works very well ;)
But, I have an issue (incomprehension) with spdlog::get("loggerName");
When I create a logger by spdlog::stdout_color_mt("loggerName", spdlog::color_mode::automatic)
the function spdlog::get return Yes so perfect.
But unfortunatlly when I create the logger by spdlog::rotating_logger_mt("loggerName", .........;)
the function spdlog::get return no, so what is wrong?
Thanks for any help
Regards
Beta Was this translation helpful? Give feedback.
All reactions