Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 317813] New: Add Discovery tracing in Java reference implementation

https://bugs.eclipse.org/bugs/show_bug.cgi?id=317813 
Product/Component: Target Management / TCF

           Summary: Add Discovery tracing in Java reference implementation
    Classification: DSDP
           Product: Target Management
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: john.cortell@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Having a real-time view into the TCF discovery mechanism is extremely helpful
not only in gaining an understanding of how the mechanism works, but in
troubleshooting it. This patch introduces tracing for the Java reference
implementation that can be turned on with a Java property.

Define

   org.eclipse.tm.tcf.core.tracing.discovery

to turn tracing on.

By default, tracing uses the TCF logger facility. The logger in an Eclipse
based agent writes to the Eclipse Error Log, which is not ideal for tracing
large amounts of data. The logger for such an Eclipse based agent can now be
redirected to stdout by defining

   org.eclipse.tm.tcf.core.logToStdout

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top