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