Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Logging in Corona

Created issue in bugzilla to track:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=152456


-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx
[mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Marcin Okraszewski
Sent: Monday, July 31, 2006 11:57 AM
To: Corona development
Subject: Re: [corona-dev] Logging in Corona

I've taken a look into the OSGi log service provided by Equinox. It 
seems it does only provides a general purpose log delivery, similar to 
event service. If a bundle writes to a log, the log entry is delivered 
to log listenners. Listeners then make use from the log and possibly 
writes it to a file. The problem is that within the 
org.eclipse.equinox.log there is no default listener that write it 
somewhere. I suppose there is somewhere an implementaion of the listener

that would write it to Eclipse log.

Marcin


The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 
_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. 


Back to the top