EllAlgo 1.6.13
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1
9#pragma once
10
11#include <string>
12
13namespace ellalgo {
14
24 void log_with_spdlog(const std::string& message);
25
26} // namespace ellalgo
auto invalid_value() -> T
Return an invalid/sentinel value for type T.
Definition cutting_plane.hpp:27
Definition logger.hpp:13
void log_with_spdlog(const std::string &message)
Log a message using spdlog.