UTIL_LogPrintf

From Valve Developer Community
Revision as of 15:37, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL LogPrintf|title=<code>UTIL_LogPrintf</code>}} {{ent|UTIL_LogPrintf}} is a UTIL function that prints a logged message to console. {{todo|Add examples.}} ==Func...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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, ... )