Fix up README

This commit is contained in:
2024-06-14 12:47:46 -04:00
parent 7ab579fa0b
commit 17bd6b17ff
4 changed files with 16 additions and 13 deletions

View File

@@ -66,8 +66,6 @@ namespace jlog
void error_spec(const std::string& message, const std::string& func, const std::string& file, int line);
void fatal_spec(const std::string& message, const std::string& func, const std::string& file, int line);
}
#define INFO(i) jlog::info_spec(i, __PRETTY_FUNCTION__, __FILE__, __LINE__);