Difference between revisions of "PrintToLogAndFlush"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=PrintToLogAndFlush
 
|name=PrintToLogAndFlush
Line 25: Line 24:
 
[[PrintToLog]]
 
[[PrintToLog]]
 
[[Category: Print & log functions]]
 
[[Category: Print & log functions]]
 +
[[Category:Logging]]

Latest revision as of 00:20, 18 February 2010

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