|
|
@ -108,7 +108,6 @@ bool LogAcceptCategory(const char* category); |
|
|
|
/* Send a string to the log output */ |
|
|
|
/* Send a string to the log output */ |
|
|
|
int LogPrintStr(const std::string &str); |
|
|
|
int LogPrintStr(const std::string &str); |
|
|
|
|
|
|
|
|
|
|
|
#define strprintf tfm::format |
|
|
|
|
|
|
|
#define LogPrintf(...) LogPrint(NULL, __VA_ARGS__) |
|
|
|
#define LogPrintf(...) LogPrint(NULL, __VA_ARGS__) |
|
|
|
|
|
|
|
|
|
|
|
/* When we switch to C++11, this can be switched to variadic templates instead
|
|
|
|
/* When we switch to C++11, this can be switched to variadic templates instead
|
|
|
|