[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Getting the bundle/plugin containing a specific class
|
- From: Christophe Labouisse <news-1@xxxxxxxxxxxxx>
- Date: Mon, 21 Nov 2005 13:20:41 +0100
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
- User-agent: Debian Thunderbird 1.0.7 (X11/20051017)
I'm trying to setup a commons-logging LogFactory logging to the RCP log
system. So far my only trouble is to find out what to put in argument of
Platform.getLog when I fetch the ILog object. Putting "null" work but
I'm wondering if the there is a way to find the bundle containing a
specific class.