EllAlgo 1.6.13
Loading...
Searching...
No Matches
Functions
ellalgo Namespace Reference

Functions

void log_with_spdlog (const std::string &message)
 Log a message using spdlog.
 

Function Documentation

◆ log_with_spdlog()

void ellalgo::log_with_spdlog ( const std::string &  message)

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.

Parameters
[in]messageThe message to log