namespace "spdlog" has no member "stdout_color_mt" error #2882
petermeshack
started this conversation in
General
Replies: 1 comment
-
Missing |
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
-
what should i do when i get the error namespace "spdlog" has no member "stdout_color_mt" example in
#include "Log.h"
namespace Hedric {
std::shared_ptrspdlog::logger Log::s_CoreLogger;
std::shared_ptrspdlog::logger Log::s_ClientLogger;
}
Beta Was this translation helpful? Give feedback.
All reactions