Csd 1.1.4; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1
9#pragma once
10
11#include <string>
12
13namespace csd {
14
24 void log_with_spdlog(const std::string& message);
25
26} // namespace csd
Definition csd.hpp:27
void log_with_spdlog(const std::string &message)
Log a message using spdlog.