LdsGen 1.2.6
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1#pragma once
2
7#include <string>
8
9namespace ldsgen {
10
19 void log_with_spdlog(const std::string& message);
20
21} // namespace ldsgen
Definition lds.hpp:19
void log_with_spdlog(const std::string &message)
Log a message using spdlog.