#include <memory>
#include <mutex>
#include <string>
Go to the source code of this file.
|
void | tacopie::debug (const std::string &msg, const std::string &file, std::size_t line) |
|
void | tacopie::info (const std::string &msg, const std::string &file, std::size_t line) |
|
void | tacopie::warn (const std::string &msg, const std::string &file, std::size_t line) |
|
void | tacopie::error (const std::string &msg, const std::string &file, std::size_t line) |
|
◆ __TACOPIE_LOG
#define __TACOPIE_LOG |
( |
|
level, |
|
|
|
msg |
|
) |
| |
convenience macro to log with file and line information