Eplan Platform API
Eplan.EplApi.Base Namespace / EplTrace Class / Trace Method / Trace(String) Method
The message to be traced to epllog.txt

In This Topic
Trace(String) Method
In This Topic
Writes the text to EplLog.txt when Trace is on. The Calling Assembly is asked for the trace switch state on or off.
Syntax
public virtual void Trace( 
   string strMessage
)

Parameters

strMessage
The message to be traced to epllog.txt
See Also