[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Howto enable tracing for custom logs in own plugin?
|
see jbeclipse plugin, for example on
http://www.andrea-aime.name/etomite/index.php?id=27
it is small great plugin with tracing features
Benjamin Pasero wrote:
> Hi,
>
> I am referring to the "Tracing" Tab in the launch config of an Eclipse
> Application. I am using the Plugin.getLog.log-Method to log some info
> and errors from my own plugins.
>
> Is there any extension point I can use to have my own plugin's logs show
> as option in the "Tracing" Tab so that I can specify wether I want to
> see these logs on the console/log or not?
>
> Thanks,
> Ben