public virtual void Trace( Assembly assembly, string strMessage )
public: virtual void Trace( Assembly^ assembly, String^ strMessage )
Parameters
| Parameter Name | Description |
|---|---|
| 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 |