Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » LogView and LogEntry
LogView and LogEntry [message #5176] Mon, 02 June 2008 11:32 Go to next message
Hristina is currently offline HristinaFriend
Messages: 2
Registered: July 2009
Junior Member
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 16: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 16:41 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
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 25 00:37:42 GMT 2024

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

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

Back to the top