LogTrace

From Dragon Age Toolset Wiki
Jump to: navigation, search

DejaInsight Enabled log writer

void LogTrace(
int nChannel = LOG_CHANNEL_GENERAL,
string sLogEntry = "",
object oTarget = OBJECT_INVALID
);
Parameters:
nChannel
a LOG_CHANNEL_* constant for use with Deja
sLogEntry
The string entry to print to the log file
oTarget
The target of the debugged function
Returns:

Nothing.

Source:

script.ldf

Description

Prints a timestamped string entry to the log file.