| Previous | Next | |
STF.trace(text:String) : Voidtext - Text string.
Nothing.
Method; Displays the specified text string in the trace log. This method can be used to assist with debugging complex applications.
The following example displays the version of the STF component in the trace log.
STF.trace("version of component:" + STF.getComponentVersion());| Questions or Feedback? | Previous | Next |