Uses of Interface
org.eclipse.core.runtime.ILog
-
Packages that use ILog Package Description org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry. -
-
Uses of ILog in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return ILog Modifier and Type Method Description static ILog
Platform. getLog(Class<?> clazz)
Returns the log for the bundle of the given class.static ILog
Platform. getLog(Bundle bundle)
Returns the log for the given bundle.ILog
Plugin. getLog()
Returns the log for this plug-in.
-