Bug 285357 - Clean-up error logging
Summary: Clean-up error logging
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ATF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-01 05:37 EDT by Jacek Pospychala CLA
Modified: 2020-05-07 10:51 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Pospychala CLA 2009-08-01 05:37:22 EDT
As per Roy comment in bug 285262
------- Comment #3 From Roy Ganor 2009-08-01 05:25:40 -0400 [reply] -------
btw - I suggest to go over all occurrences of e.printStackTrace() and switch it
to a more "Eclipse Way" Logger exceptions handling.
Comment 1 Jacek Pospychala CLA 2009-08-20 08:36:20 EDT
I did following changes:
- unified error logging methods in all ATF plug-ins activators
- replaced all exception.printStackTrace() with <Activator>.log(exception)
- replaced all System.out and System.err with <Activator>.log(String/IStatus) and .debug(String)
Comment 2 Jacek Pospychala CLA 2009-08-20 08:40:47 EDT
FIXED > 20090820
Comment 3 Jacek Pospychala CLA 2009-08-21 08:18:28 EDT
.options files are missing, making it difficult to switch tracing options in PDE Launch Configuration on Tracing tab.
Comment 4 Jacek Pospychala CLA 2009-08-21 08:18:52 EDT
done
Comment 5 Jacek Pospychala CLA 2010-04-09 08:55:52 EDT
Update fixed bugs Target Milestone as part of pre-release bugzilla cleanup.