JavaScript is disabled on your browser.
Skip navigation links
Eclipse Platform
2023-06 (4.28)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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.
final
ILog
Plugin.
getLog
()
Returns the log for this plug-in.