CkPttn 1.2.4
Loading...
Searching...
No Matches
Functions
ckpttn Namespace Reference

Functions

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

Function Documentation

◆ log_with_spdlog()

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

Log a message using spdlog.

This function provides a simple wrapper around spdlog for logging messages. It creates a file logger that writes to "ckpttn.log" and logs at the info level.

Parameters
messageThe message to log