EllAlgo 1.6.13
Loading...
Searching...
No Matches
Namespaces | Functions
logger.hpp File Reference

Logging utilities for the ellalgo library. More...

#include <string>
Include dependency graph for logger.hpp:

Go to the source code of this file.

Namespaces

namespace  ellalgo
 

Functions

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

Detailed Description

Logging utilities for the ellalgo library.

This header provides logging functionality using spdlog as the backend. It offers a simple interface for logging messages throughout the library.