PrintToLogAndFlush

From Dragon Age Toolset Wiki
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