Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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.

Back to the top