Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Accessing the event log
Accessing the event log [message #298153] Wed, 25 January 2006 15:32 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:source code
Next Topic:Re: PDE Build: including binaries
Goto Forum:
  


Current Time: Sat Jul 05 10:56:02 EDT 2025

Powered by FUDForum. Page generated in 0.07138 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top