Table of Contents
DiagnosticTools.StopAndSaveDiagnosticLog Method 

Stop collecting detailed diagnostic logs and save the result.

Syntax
 public static int StopAndSaveDiagnosticLog(
   string fileName = null
);

Parameters

fileName
Optional log file name.
Remarks

If fileName is specified, this function saves the log to fileName and returns 0. You can then email the log file to Essential Objects support to be analyzed.

If fileName is null, then this function automatically submits the log to Essential Objects server and returns a record ID that can be used to identify the log. You can then notify Essential Objects support to analyze the log providing this record ID or the name argument passed to StartDiagnosticLog.

See Also