Ginger 1.1.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include <string>
9
10namespace ginger {
11
20 void log_with_spdlog(const std::string& message);
21
22} // namespace ginger
Definition logger.hpp:10
void log_with_spdlog(const std::string &message)
Log a message using spdlog.