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

Difference between revisions of "Equinox Minutes - 20070327"

Line 8: Line 8:
  
 
===Logging===
 
===Logging===
What is the replacement for <code>Platform.getLog().log(IStatus)</code> for people who want to get off core.runtime?
+
What is the replacement for <code>Plugin.getLog().log(IStatus)</code> or <code>Platform.getLog()</code>for people who want to get off core.runtime? Should there be an API equivalent of RuntimeLog that we have currently in equinox.common?  For many bundles, the logging story needs to work both within a running OSGi instance and in standalone applicaitons
  
  
 
[[Category:Equinox|Minutes - March 27, 2007]]
 
[[Category:Equinox|Minutes - March 27, 2007]]

Revision as of 09:46, 27 March 2007

March 27, 2007

Conference Summary

Jeff was at The Server Side conference in Las Vegas last week and will let us know how the trip went.

Performance

A performance dynamic team will be constructed this milestone. We need to review where we are w.r.t. performance.

Logging

What is the replacement for Plugin.getLog().log(IStatus) or Platform.getLog()for people who want to get off core.runtime? Should there be an API equivalent of RuntimeLog that we have currently in equinox.common? For many bundles, the logging story needs to work both within a running OSGi instance and in standalone applicaitons

Back to the top