LogView and LogEntry [message #5176] |
Mon, 02 June 2008 07:32  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02707 seconds