UTIL LogPrintf: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
Line 12: Line 12:
</source>
</source>


[[Category:Programming]]
[[Category:UTIL]]
[[Category:UTIL]]

Latest revision as of 08:38, 6 January 2022

English (en)Translate (Translate)

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