Uses of Interface
org.eclipse.core.runtime.ILogListener
Packages that use ILogListener
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of ILogListener in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime with parameters of type ILogListenerModifier and TypeMethodDescriptionvoidILog.addLogListener(ILogListener listener) Adds the given log listener to this log.static voidPlatform.addLogListener(ILogListener listener) Adds the given log listener to the notification list of the platform.voidILog.removeLogListener(ILogListener listener) Removes the given log listener to this log.static voidPlatform.removeLogListener(ILogListener listener) Removes the indicated (identical) log listener from the notification list of the platform.