STF.trace()

Availability

Flash AS2.0 SWF w/ ScreenTimeScreenSaver component + ScreenTime 3.0 / 3.0

Usage

STF.trace(text:String) : Void

Parameters

text - Text string.

Returns

Nothing.

Description

Method; Displays the specified text string in the trace log. This method can be used to assist with debugging complex applications.

Example

The following example displays the version of the STF component in the trace log.

STF.trace("version of component:" + STF.getComponentVersion());

See Also

STF.enableAutoTrace()