Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » LogView and LogEntry
LogView and LogEntry [message #5176] Mon, 02 June 2008 07:32 Go to next message
Eclipse UserFriend
Hello,

I am trying to get the error message and the stacktrace from selected
entry in the LogView. I am using LogEntry to do that, but the usage of the
LogEntry is discouraged and i know that it is not good idea to use
internal classes inside my plugin. Is there any other way to get the
information for selected entry in the LogView?


Thank you
Hristina Kacheva
Re: LogView and LogEntry [message #5776 is a reply to message #5176] Wed, 04 June 2008 12:41 Go to previous message
Eclipse UserFriend
Originally posted by: caniszczyk.gmail.com

Hristina Kacheva wrote:
> Hello,
>
> I am trying to get the error message and the stacktrace from selected
> entry in the LogView. I am using LogEntry to do that, but the usage of
> the LogEntry is discouraged and i know that it is not good idea to use
> internal classes inside my plugin. Is there any other way to get the
> information for selected entry in the LogView?

There is no public API for the log view unfortunately. All the code is
internal in org.eclipse.ui.views.log

Feel free to still use the internal stuff, just understand that things
may change over time.

Cheers,

~ Chris
Re: LogView and LogEntry [message #568141 is a reply to message #5176] Wed, 04 June 2008 12:41 Go to previous message
Eclipse UserFriend
Hristina Kacheva wrote:
> Hello,
>
> I am trying to get the error message and the stacktrace from selected
> entry in the LogView. I am using LogEntry to do that, but the usage of
> the LogEntry is discouraged and i know that it is not good idea to use
> internal classes inside my plugin. Is there any other way to get the
> information for selected entry in the LogView?

There is no public API for the log view unfortunately. All the code is
internal in org.eclipse.ui.views.log

Feel free to still use the internal stuff, just understand that things
may change over time.

Cheers,

~ Chris
Previous Topic:Extension point schema org.eclipse.ui.navigator.viewer cannot be found
Next Topic:Target Platform plugin dependent on workspace plugin
Goto Forum:
  


Current Time: Thu Apr 24 00:12:14 EDT 2025

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

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

Back to the top