Package | Description |
---|---|
org.eclipse.osgi.baseadaptor | |
org.eclipse.osgi.framework.log |
Provides the FrameworkLog service.
|
Modifier and Type | Method and Description |
---|---|
FrameworkLogEntry[] |
HookRegistry.initialize()
Initializes the hook configurators.
|
Modifier and Type | Method and Description |
---|---|
FrameworkLogEntry[] |
FrameworkLogEntry.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
FrameworkLog.log(FrameworkLogEntry logEntry)
Logs the FrameworkLogEntry to the FrameworkLog
|
Constructor and Description |
---|
FrameworkLogEntry(Object context,
String entry,
int severity,
int bundleCode,
String message,
int stackCode,
Throwable throwable,
FrameworkLogEntry[] children)
Constructs a new FrameworkLogEntry
|
FrameworkLogEntry(String entry,
int severity,
int bundleCode,
String message,
int stackCode,
Throwable throwable,
FrameworkLogEntry[] children)
Constructs a new FrameworkLogEntry
|
FrameworkLogEntry(String entry,
String message,
int stackCode,
Throwable throwable,
FrameworkLogEntry[] children)
Constructs a new FrameworkLogEntry
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.