Uses of Interface
org.eclipse.osgi.framework.log.FrameworkLog

Packages that use FrameworkLog
org.eclipse.core.runtime.adaptor Provides API to start the platform. 
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.framework.adaptor   
 

Uses of FrameworkLog in org.eclipse.core.runtime.adaptor
 

Classes in org.eclipse.core.runtime.adaptor that implement FrameworkLog
 class EclipseLog
          The FrameworkLog implementation for Eclipse.
 

Methods in org.eclipse.core.runtime.adaptor that return FrameworkLog
protected static FrameworkLog EclipseStarter.createFrameworkLog()
           
 

Uses of FrameworkLog in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return FrameworkLog
 FrameworkLog BaseAdaptor.getFrameworkLog()
          This method calls all configured adaptor hook AdaptorHook.createFrameworkLog() methods until the first one returns a non-null value.
 

Uses of FrameworkLog in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks that return FrameworkLog
 FrameworkLog AdaptorHook.createFrameworkLog()
          Gets called by the adaptor during FrameworkAdaptor.getFrameworkLog().
 

Uses of FrameworkLog in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor that return FrameworkLog
 FrameworkLog FrameworkAdaptor.getFrameworkLog()
          Returns the FrameworkLog for the FrameworkAdaptor.