PrintToLog

From Dragon Age Toolset Wiki
Revision as of 00:16, 8 May 2012 by Sunjammer (Talk | contribs) (Removing surplus whitespae)

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

Prints a timestamped entry to the log file.

void PrintToLog(
string sMessage
);
Parameters:
sMessage
The string entry to print to the log file.
Returns:

Nothing.

Source:

script.ldf

Description

Prints an entry to the log file. Note this will only be visible if Script logging is enabled. To enable script logging open the <DragonAgeInstallDirectory>\bin_ship\ECLog.ini file and set Script=1 in the [LogTypes] section. If this file doesn't exist, create it.

See also

PrintInteger, PrintFloat, PrintString, PrintObject, PrintVector