UTIL_LogPrintf

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png

UTIL_LogPrintf is a UTIL function that prints a logged message to console.

Blank image.pngTodo: Add examples.

Function Declaration

//=========================================================
// UTIL_LogPrintf - Prints a logged message to console.
// Preceded by LOG: ( timestamp ) < message >
//=========================================================
void UTIL_LogPrintf( const char *fmt, ... );