|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameworkLogEntry | |
---|---|
org.eclipse.core.runtime.adaptor | Provides API to start the platform. |
org.eclipse.osgi.baseadaptor | |
org.eclipse.osgi.framework.log |
Uses of FrameworkLogEntry in org.eclipse.core.runtime.adaptor |
---|
Methods in org.eclipse.core.runtime.adaptor with parameters of type FrameworkLogEntry | |
---|---|
void |
EclipseLog.log(FrameworkLogEntry logEntry)
|
protected void |
EclipseLog.writeEntry(int depth,
FrameworkLogEntry entry)
Writes the ENTRY or SUBENTRY header for an entry. |
protected void |
EclipseLog.writeLog(int depth,
FrameworkLogEntry entry)
Writes the log entry to the log using the specified depth. |
protected void |
EclipseLog.writeMessage(FrameworkLogEntry entry)
Writes the MESSAGE header to the log for the given entry. |
protected void |
EclipseLog.writeStack(FrameworkLogEntry entry)
Writes the STACK header to the log for the given entry. |
Uses of FrameworkLogEntry in org.eclipse.osgi.baseadaptor |
---|
Methods in org.eclipse.osgi.baseadaptor that return FrameworkLogEntry | |
---|---|
FrameworkLogEntry[] |
HookRegistry.initialize()
Initializes the hook configurators. |
Uses of FrameworkLogEntry in org.eclipse.osgi.framework.log |
---|
Methods in org.eclipse.osgi.framework.log that return FrameworkLogEntry | |
---|---|
FrameworkLogEntry[] |
FrameworkLogEntry.getChildren()
|
Methods in org.eclipse.osgi.framework.log with parameters of type FrameworkLogEntry | |
---|---|
void |
FrameworkLog.log(FrameworkLogEntry logEntry)
Logs the FrameworkLogEntry to the FrameworkLog |
Constructors in org.eclipse.osgi.framework.log with parameters of type FrameworkLogEntry | |
---|---|
FrameworkLogEntry(java.lang.String entry,
int severity,
int bundleCode,
java.lang.String message,
int stackCode,
java.lang.Throwable throwable,
FrameworkLogEntry[] children)
Constructs a new FrameworkLogEntry |
|
FrameworkLogEntry(java.lang.String entry,
java.lang.String message,
int stackCode,
java.lang.Throwable throwable,
FrameworkLogEntry[] children)
Constructs a new FrameworkLogEntry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |