Difference between revisions of "PrintToLog"
From Dragon Age Toolset Wiki
m (→Description: removed "timestampted" because they aren't) |
BryanDerksen (Talk | contribs) |
||
| Line 24: | Line 24: | ||
[[PrintInteger]], [[PrintFloat]], [[PrintString]], [[PrintObject]], [[PrintVector]] | [[PrintInteger]], [[PrintFloat]], [[PrintString]], [[PrintObject]], [[PrintVector]] | ||
[[Category: Print & log functions]] | [[Category: Print & log functions]] | ||
| + | [[Category:Logging]] | ||
Revision as of 23:19, 17 February 2010
Prints a timestamped entry to the log file.
- 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.
See also
PrintInteger, PrintFloat, PrintString, PrintObject, PrintVector