Toolpack Application:tblogtrace

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m (Updated with new parameter names.)
m (Updated log location)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
== Role ==
 
== Role ==
Tblogtrace receives direct udp messages from the Tmedia, it is mostly use for debugging purpose (For older customer, tblogtrace replaces udplisten).
+
Tblogtrace receives direct [[UDP]] messages from the device and is mostly used for debugging purposes (for customers with earlier generation of TelcoBridges products, tblogtrace replaces udplisten).
  
It is responsible for:
+
Tblogtrace is responsible for:
*Configure the Tmedia to send the messages to it.
+
*Configuring the device to send messages to it
*Log all incoming messages in a file.
+
*Logging all incoming messages in a file
  
  
 
== Logs ==
 
== Logs ==
*Where the logs are located?
+
*Where are the logs located?
 
: [InstallDir]/toolpack/setup/[[System_Id|''SystemId'']]/''MajorVersion''/apps/tblogtrace/
 
: [InstallDir]/toolpack/setup/[[System_Id|''SystemId'']]/''MajorVersion''/apps/tblogtrace/
: /lib/tb/toolpack/setup/12358/2.3/apps/tblogtrace/
+
For example on linux:
: C:\TelcoBridges\toolpack\setup\12358\2.3\apps\tblogtrace\
+
/lib/tb/toolpack/setup/12358/2.7/apps/tblogtrace/
 +
On Windows:
 +
C:\TelcoBridges\toolpack\setup\12358\2.7\apps\tblogtrace\

Latest revision as of 06:56, 12 February 2014

Role

Tblogtrace receives direct UDP messages from the device and is mostly used for debugging purposes (for customers with earlier generation of TelcoBridges products, tblogtrace replaces udplisten).

Tblogtrace is responsible for:

  • Configuring the device to send messages to it
  • Logging all incoming messages in a file


Logs

  • Where are the logs located?
[InstallDir]/toolpack/setup/SystemId/MajorVersion/apps/tblogtrace/

For example on linux:

/lib/tb/toolpack/setup/12358/2.7/apps/tblogtrace/

On Windows:

C:\TelcoBridges\toolpack\setup\12358\2.7\apps\tblogtrace\
Personal tools