MOVE_AI/src/component/logger.hpp
2026-02-28 15:25:24 +08:00

12 lines
213 B
C++

#ifndef COMPONENT__LOGGER_HPP
#define COMPONENT__LOGGER_HPP
#include <spdlog/spdlog.h>
namespace component
{
std::shared_ptr<spdlog::logger> logger();
} // namespace component
#endif // COMPONENT__LOGGER_HPP