Eplan Platform API
Eplan.EplApi.Base Namespace / EplTrace Class
Members Example

EplTrace Class
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.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.Base.EplTrace

Syntax
public class EplTrace 
Example
Example of TRACE outputs
Eplan.EplApi.Base.EplTrace oTrace= new Eplan.EplApi.Base.EplTrace();
oTrace.Trace ("Eplan.EplApi.Base", "Start executing function abc");
Public Constructors
 NameDescription
Public Constructor  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Writes the text to EplLog.txt when Trace is on.  
Top
See Also