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