This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174790

Summary: Emit all logging through one place
Product: third-party Reporter: ivan <ivan>
Component: DBX-GuiAssignee: ivan <ivan>
Status: STARTED ---    
Severity: blocker CC: common_debugger
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ivan 2009-10-17 01:20:02 UTC
As described in #174707 I was having problems with reliability of
printfs. One suggestion was to use System.err or even the Logging
infrastructure directly.

Instead of changing many calls to System.out.printf() instead will
introduce Log.printf() that way changing the actual output mechanism
will be trivial.
Comment 1 ivan 2009-10-27 22:26:51 UTC
 partially fixed in t-common.
       This needs to be done in t-common as well as dbxgui proper.

        By rights this requires an update of shelf.zip but there's no
        semantic or API changes so postponing that.
Comment 2 ivan 2010-06-10 23:25:18 UTC
not for aten