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 - Emit all logging through one place
Summary: Emit all logging through one place
Status: STARTED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 01:20 UTC by ivan
Modified: 2010-06-10 23:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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