Accessing the event log [message #298153] |
Wed, 25 January 2006 15:32  |
Eclipse User |
|
|
|
Originally posted by: reply-to.newsgroup.net
Hi there,
I was directed to post my question to this newsgroup. So I hope that it
is the right one.
I would like to know, how to access / write to the event log from within
an Eclipse plugin.
I don't know, whether this is the correct forum for a question like
this, but I did not see any other newsgroup that would fit better.
Any reply or link that points me into the correct direction is greatly
appreciated.
Regards,
Joh.
|
|
|
Re: Accessing the event log [message #298154 is a reply to message #298153] |
Wed, 25 January 2006 16:34  |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
If you have a plugin class:
YourPlugin.getDefault().getLog().log(an IStatus);
If you do not have a plugin class:
Platform.getLog(Platform.getBundle("your.bundle.id")).log(an IStatus);
Johannes Lebek wrote:
> Hi there,
>
> I was directed to post my question to this newsgroup. So I hope that it
> is the right one.
>
> I would like to know, how to access / write to the event log from within
> an Eclipse plugin.
> I don't know, whether this is the correct forum for a question like
> this, but I did not see any other newsgroup that would fit better.
>
> Any reply or link that points me into the correct direction is greatly
> appreciated.
> Regards,
>
> Joh.
--
Thanks,
Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.07138 seconds