1#ifndef DANDELION_UTILS_LOGGER_H
2#define DANDELION_UTILS_LOGGER_H
8#include <spdlog/spdlog.h>
24std::shared_ptr<spdlog::logger>
get_logger(
const std::string& name);
std::shared_ptr< spdlog::logger > get_logger(const std::string &name)
获取指定名称的 logger 。