Trace the output to the EplLog.txt file. This Trace class works in debug and release mode, while the trace listener works only in debug mode. Traces are written when the registry key HKCU / Software / Eplan / Eplan W3 / Trace / \-ModuleName- is found.
System.Object
Eplan.EplApi.Base.EplTrace
public ref class EplTrace
Example of TRACE outputs
Eplan.EplApi.Base.EplTrace oTrace= new Eplan.EplApi.Base.EplTrace();
oTrace.Trace ("Eplan.EplApi.Base", "Start executing function abc");
| Name | Description |
 | Trace | Overloaded. Writes the text to EplLog.txt when Trace is on. |
Top