Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.runtime.ILog

Packages that use ILog
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.  
 

Uses of ILog in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return ILog
static ILog Platform.getLog(Bundle bundle)
          Returns the log for the given bundle.
 ILog Plugin.getLog()
          Returns the log for this plug-in.
 

Uses of ILog in org.eclipse.jface.util
 

Methods in org.eclipse.jface.util that return ILog
static ILog Policy.getLog()
          Return the log the receiver is using.
 

Methods in org.eclipse.jface.util with parameters of type ILog
static void Policy.setLog(ILog forwardingLog)
          Set the log to be forwarding log.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.