Uses of Class
org.eclipse.osgi.framework.log.FrameworkLogEntry
-
Packages that use FrameworkLogEntry Package Description org.eclipse.osgi.framework.log Provides theFrameworkLogservice. -
-
Uses of FrameworkLogEntry in org.eclipse.osgi.framework.log
Methods in org.eclipse.osgi.framework.log that return FrameworkLogEntry Modifier and Type Method Description FrameworkLogEntry[]FrameworkLogEntry. getChildren()Methods in org.eclipse.osgi.framework.log with parameters of type FrameworkLogEntry Modifier and Type Method Description voidFrameworkLog. log(FrameworkLogEntry logEntry)Logs the FrameworkLogEntry to the FrameworkLogConstructors in org.eclipse.osgi.framework.log with parameters of type FrameworkLogEntry Constructor Description FrameworkLogEntry(Object context, String entry, int severity, int bundleCode, String message, int stackCode, Throwable throwable, FrameworkLogEntry[] children)Constructs a new FrameworkLogEntryFrameworkLogEntry(String entry, int severity, int bundleCode, String message, int stackCode, Throwable throwable, FrameworkLogEntry[] children)Constructs a new FrameworkLogEntryFrameworkLogEntry(String entry, String message, int stackCode, Throwable throwable, FrameworkLogEntry[] children)Constructs a new FrameworkLogEntry
-