Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » about error log events
about error log events [message #289079] Thu, 28 July 2005 15:35 Go to next message
Eclipse UserFriend
Originally posted by: ysy.andrew.cmu.edu

Hi,

I would like to handle the events in error log, however, I do not know the
classes responsible for error log in eclipse. Thank you very much.

Best,
Arnold
Carnegie Mellon University
Re: about error log events [message #289126 is a reply to message #289079] Fri, 29 July 2005 19:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ysy.andrew.cmu.edu

Hi,

When I look into the org.eclipse.core.internal.runtime.Log class, I found
there is a addLogListener() method. I think that will helkp to solve my
problem. However, I can't find any logListeners? Is there any listener
like keyListener that allows me to use and handle events in the log?

Thank you very much!

Best,
Arnold Yip
Carnegie Mellon University


Arnold Yip wrote:

> Hi,

> I would like to handle the events in error log, however, I do not know the
> classes responsible for error log in eclipse. Thank you very much.

> Best,
> Arnold
> Carnegie Mellon University
Re: about error log events [message #289127 is a reply to message #289126] Fri, 29 July 2005 19:57 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Get you plugin's log (which is an ILog) and add yourself as a listener.
The add method is on ILog. You impliment ILogListener yourself and send
that implementation into the add method.


--
Thanks,
Rich Kulp
Previous Topic:Launch Dialog size
Next Topic:TextEditor scanners seem to be toppling over one another
Goto Forum:
  


Current Time: Wed Jul 17 16:22:38 GMT 2024

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

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

Back to the top