Executed whenever a trace message is issued
Member of TraceHandler Interface (PRIM_APP.ITraceHandler)
Name | Type | Data Type | Description |
---|---|---|---|
ComponentName | *Input | String | Contains the name of the component issuing the message |
Description | *Input | String | Contains the date and time the message was issued |
LineNumber | *Input | Integer | Contains the name of the line number issuing the message |
MessageText | *Input | String | Contains the messages text as specified by the statement issuing the message |
The TraceMessage method is executed whenever the tracing data is sent to the trace handler.
Febuary 18 V14SP2