Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OSGI Service Logging In ICE

References

Basic Introduction into OSGI logging. http://blog.kornr.net/index.php/2008/12/09/understanding-the-osgi-logging-service

Another introduction into OSGI Logging Service. Shows a way to possibly pipe the types of output to command line? http://eclipsesource.com/blogs/2009/03/24/tip-osgi-log-service/

API to LogService http://www.osgi.org/javadoc/r4v42/org/osgi/service/log/LogService.html

Nogunners example of a logging service (from start to finish) http://blog.kornr.net/index.php/OSGi/

An extension of Nogunners example http://omneity.itslm.com/wiki/Logging

A noobs adventure on logging http://blog.principia-it.co.uk/2012/06/18/osgi-logging-a-noobs-adventures/

Alternatives Reference

Pax Logging http://team.ops4j.org/wiki/display/paxlogging/Pax+Logging

Back to the top