Setting up Trace Services |
Top Previous Next |
To trace a TN Bridge application you need to setup the Trace Agent built into the TNBTrace component. The following steps shows you how to setup the Trace Services to work with your application:
TNBTrace1.TnbCom := Telnet
TNBTrace1.Port := 1024
TNBTrace1.Active := True
For on-line monitoring:
For off-line monitoring:
|