TraceHandler Interface - TraceMessage Method
Executed whenever a trace message is issued
Member of TraceHandler Interface (PRIM_APP.ITraceHandler)
Parameters
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 |
Details
The TraceMessage method is executed whenever the tracing data is sent to the trace handler.