UTIL_LogPrintf
Jump to navigation
Jump to search
UTIL_LogPrintf is a UTIL function that prints a logged message to console.
Todo: Add examples.
Function Declaration
//=========================================================
// UTIL_LogPrintf - Prints a logged message to console.
// Preceded by LOG: ( timestamp ) < message >
//=========================================================
void UTIL_LogPrintf( const char *fmt, ... );