TraceHandler Interface - TraceMessage Method

Executed whenever a trace message is issued

Member of TraceHandler Interface (PRIM_APP.ITraceHandler)

Parameters

NameTypeData TypeDescription
ComponentName*InputStringContains the name of the component issuing the message
Description*InputStringContains the date and time the message was issued
LineNumber*InputIntegerContains the name of the line number issuing the message
MessageText*InputStringContains 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.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2