UTIL LogPrintf: Difference between revisions
Jump to navigation
Jump to search

mNo edit summary |
|||
Line 12: | Line 12: | ||
</source> | </source> | ||
[[Category:UTIL]] | [[Category:UTIL]] |
Latest revision as of 08:38, 6 January 2022


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