|
CkPttn 1.2.4
|
Functions | |
| void | log_with_spdlog (const std::string &message) |
| Log a message using 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.
| message | The message to log |