Package | Description |
---|---|
org.eclipse.osgi.framework.log |
Provides the FrameworkLog service.
|
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 (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.