Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OSGI Service Logging In ICE"

(Created page with " == References == Basic Introduction into OSGI logging. http://blog.kornr.net/index.php/2008/12/09/understanding-the-osgi-logging-service Another introduction into OSGI Log...")
 
 
Line 3: Line 3:
  
 
Basic Introduction into OSGI logging. http://blog.kornr.net/index.php/2008/12/09/understanding-the-osgi-logging-service
 
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/
 
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
 
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/
 
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
 
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/
 
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
 
 
 
== 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 ==
 
== Alternatives Reference ==
  
 
Pax Logging http://team.ops4j.org/wiki/display/paxlogging/Pax+Logging
 
Pax Logging http://team.ops4j.org/wiki/display/paxlogging/Pax+Logging

Latest revision as of 16:18, 4 June 2015

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