PrintToLogAndFlush

From Dragon Age Toolset Wiki
Revision as of 00:20, 18 February 2010 by BryanDerksen (Talk | contribs) (Category:Logging)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Prints a timestamped entry to the log file and flushes it. Very expensive.

void PrintToLogAndFlush(
string sLogEntry
);
Parameters:
sLogEntry
The string entry to print to the log file
Returns:

Nothing.

Source:

script.ldf



See also

PrintToLog