API Help
Eplan.EplApi.Base Namespace / EplTrace Class / Trace Method / Trace(Assembly,String) Method
The assembly calling this function. This when Trrace is on for this assembly, the output is written.
The message to be traced to epllog.txt

In This Topic
    Trace(Assembly,String) Method
    In This Topic
    Writes the text to EplLog.txt when Trace is on.
    Syntax
    public virtual void Trace( 
       Assembly assembly,
       string strMessage
    )
    public:
    virtual void Trace( 
       Assembly^ assembly,
       String^ strMessage
    ) 

    Parameters

    assembly
    The assembly calling this function. This when Trrace is on for this assembly, the output is written.
    strMessage
    The message to be traced to epllog.txt
    See Also