ckpttn namespace

Functions

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

Function documentation

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

Log a message using spdlog.

Parameters
message The message to log

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.