Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [equinox-dev] OSGi Logger Service <-> Eclipse Plugin Logger

Is there any existing LogService implementation that just prints to System.out/System.err...that is in a bundle present for *all* Equinox impls (not just Eclipse)?

That is, is there some basic LogService that can be used as a last-ditch logging mechanism (if no other LogService is available)?

Thanks,

Scott


Ziegler, Alexander wrote:

Hi Oleg,

 

Thanks for his bug informations. There are already a prototype or experimantally APIs for the new platform log, so I can walkthrough some use cases for my concerns.

 

Best regards

Alexander

 


Von: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] Im Auftrag von Oleg Besedin
Gesendet: Mittwoch, 18. Oktober 2006 17:52
An: Equinox development mailing list
Betreff: Re: [equinox-dev] OSGi Logger Service <-> Eclipse Plugin Logger

 


Hi Alexander,
I think right now it is an open question. There are a few bugs / enhancement requests on the subject, most interesting being:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=147824
https://bugs.eclipse.org/bugs/show_bug.cgi?id=125535

Feel free to add to them. Both requirements for the "ideal" logging mechanism and solutions would be very welcome!

Sincerely,
Oleg Besedin



"Ziegler, Alexander " <Alexander.Ziegler@xxxxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

10/18/2006 10:48 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To

<equinox-dev@xxxxxxxxxxx>

cc

 

Subject

[equinox-dev] OSGi Logger Service <-> Eclipse Plugin Logger

 

 

 




Hi,

There are two different Logger APIs. Eclise plugin based Logger and the
OSGi based Logger service. Which Logger API is the best approach to log
events? I think it is very difficult to choose the right way to log.
Both Loggers have different concepts. Java defines a logging API too -
with a good concept. It could be more easier when eclipse follows and
provides only one Logger strategy. Is there any strategy which way
eclipse goes in the future?

Best regards
Alexander
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


_______________________________________________ equinox-dev mailing list equinox-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top