Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
Modifier and Type | Method and Description |
---|---|
void |
ILog.addLogListener(ILogListener listener)
Adds the given log listener to this log.
|
static void |
Platform.addLogListener(ILogListener listener)
Adds the given log listener to the notification list of the platform.
|
void |
ILog.removeLogListener(ILogListener listener)
Removes the given log listener to this log.
|
static void |
Platform.removeLogListener(ILogListener listener)
Removes the indicated (identical) log listener from the notification list
of the platform.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.