Bug 206118 - Trace utility should offer a trace method that takes class and method name
Summary: Trace utility should offer a trace method that takes class and method name
Status: CLOSED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-10-12 04:42 EDT by Markus Kuppe CLA
Modified: 2008-05-18 19:48 EDT (History)
1 user (show)

See Also:


Attachments
Adding trace method with requested signature (2.10 KB, patch)
2007-10-12 04:44 EDT, Markus Kuppe CLA
no flags Details | Diff
Screw the previous patch, copy&paste bug (2.40 KB, patch)
2007-10-12 06:28 EDT, Markus Kuppe CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Kuppe CLA 2007-10-12 04:42:13 EDT
org.eclipse.ecf.core.util.Trace currently only offers:
trace(String pluginId, String message)
trace(String pluginId, String option, String message)
whereas other methods like entering, exiting, ... all also take the class and method name. Thus
race(String pluginId, String option, Class clazz, String methodName, String message)
should be added.
Comment 1 Markus Kuppe CLA 2007-10-12 04:44:53 EDT
Created attachment 80204 [details]
Adding trace method with requested signature
Comment 2 Markus Kuppe CLA 2007-10-12 06:28:30 EDT
Created attachment 80213 [details]
Screw the previous patch, copy&paste bug
Comment 3 Scott Lewis CLA 2007-10-13 21:07:39 EDT
Applied second patch.  Thanks for the contribution.  Added to IP log.  Marking as fixed.
Comment 4 Scott Lewis CLA 2008-05-18 19:48:35 EDT
closing