|
EllAlgo 1.6.13
|
Functions | |
| void | log_with_spdlog (const std::string &message) |
| Log a message using spdlog. | |
Log a message using spdlog.
This function logs a message using the spdlog library. It provides a simple interface for logging messages throughout the ellalgo library without exposing the full spdlog API.
| [in] | message | The message to log |