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

In This Topic
    EplTrace Class
    In This Topic
    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 
    public ref 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