4 #include "spdlog/sinks/stdout_color_sinks.h" 
    5 #include "spdlog/spdlog.h" 
   19   auto logger = spdlog::get(fnName.data());
 
   21     logger = spdlog::stdout_color_st(fnName.data());
 
auto getLogger(const std::string &fnName)
Create a new logger with a given function name.