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 87339 - Downloader should use the same log manager as the all other engine
Summary: Downloader should use the same log manager as the all other engine
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Danila Dugurov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 14:39 UTC by dlipin
Modified: 2007-03-30 11:26 UTC (History)
0 users

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 dlipin 2006-10-17 14:39:38 UTC
1) Use not java.util.logging.LogManager but org.netbeans.installer.utils.
LogManager (DownloaderConsts.java)
2) Avoid using System.out.println, we have more powerful LogManager instead.
Comment 1 Kirill Sorokin 2006-10-20 07:27:31 UTC
Issues not assigned to any milestone should not have a responsible engineer.
Comment 2 Danila Dugurov 2006-11-17 08:32:28 UTC
1) and 2) requiments mostly done