Trace Method

       

Passes the specified string to the Win32 OutputDebugString API. The string may be captured by a suitable debugging tool, for example, DBMON.

Syntax

object.Trace(traceoutput As String)

The Trace method syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
traceoutput String written to the Win32 OutputDebugString API.

Remarks

The trace string typically contains debugging information during development. For a production WebClass the trace string might contain error messages, as well as performance and statistical data.