Re: [equinox-dev] Accessing the log without Activator (extendsPlugin)

2015-10-16 Thread Lars Vogel
Neil Bartlett , Equinox development mailing > list > Date: 10/07/2015 11:01 AM > Subject: Re: [equinox-dev] Accessing the log without Activator > (extendsPlugin) > Sent by:equinox-dev-boun...@eclipse.org > > > >

Re: [equinox-dev] Accessing the log without Activator (extendsPlugin)

2015-10-07 Thread Thomas Watson
ject: Re: [equinox-dev] Accessing the log without Activator (extendsPlugin) Sent by:equinox-dev-boun...@eclipse.org Here is the invocation that I use to get ILog without an Activator: Platform.getLog( Platform.getBundle( "..." ) ) Thanks, - Konstantin

Re: [equinox-dev] Accessing the log without Activator (extendsPlugin)

2015-10-07 Thread Konstantin Komissarchik
Here is the invocation that I use to get ILog without an Activator: Platform.getLog( Platform.getBundle( "..." ) ) Thanks, - Konstantin From: Neil Bartlett Sent: Wednesday, October 7, 2015 8:50 AM To: Equinox development mailing list Subject: Re: [equinox-dev] Accessing the l