rm_vision/tools/logger.hpp
2025-12-15 02:33:20 +08:00

12 lines
193 B
C++

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