Difference between revisions of "LogTrace"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=LogTrace
 
|name=LogTrace
Line 35: Line 34:
  
 
[[Category: Print & log functions]]
 
[[Category: Print & log functions]]
 +
[[Category:Logging]]

Revision as of 00:19, 18 February 2010

DejaInsight Enabled log writer

void LogTrace(
int nChannel = LOG_CHANNEL_GENERAL,
string sLogEntry = "",
object oTarget = OBJECT_INVALID
);
Parameters:
nChannel
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.