WriteTimestampedLogEntry(string)

Records a string in the log file along with a date-time stamp.

void WriteTimestampedLogEntry(
    string sLogEntry
);

Parameters

sLogEntry


Description

Write sLogEntry as a timestamped entry into the log file



Version

1.22

Example

// This call would produce "[Fri Jul 12 12:08:03] Test" in the log file
WriteTimestampedLogEntry("Test");

See Also

functions: DebugPrintTalentID
categories: Debug Functions


 author: Tom Cassiotis
 Send comments on this topic.