Home
last modified time | relevance | path

Searched refs:PrintLog (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DPreviewerEngineLog.h19 #define DLOG(...) PrintLog("DEBUG", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__)
20 #define ILOG(...) PrintLog("INFO", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__)
21 #define WLOG(...) PrintLog("WARN", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__)
22 #define ELOG(...) PrintLog("ERROR", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__)
23 #define FLOG(...) PrintLog("FATAL", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__)
25 void PrintLog(const char* level, const char* file, const char* func, int line,
H A DPreviewerEngineLog.cpp30 void PrintLog(const char* level, const char* file, const char* func, int line, const char* fmt, ...) in PrintLog() function
41 std::cerr << "PrintLog error: Format string is null or empty" << std::endl; in PrintLog()
50 std::cout << "PrintLog function error"; in PrintLog()

Completed in 1 milliseconds