UTIL_LogPrintf
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, ... );