[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

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.