Uses of Class
org.eclipse.osgi.framework.log.FrameworkLogEntry
Packages that use FrameworkLogEntry
-
Uses of FrameworkLogEntry in org.eclipse.osgi.framework.log
Methods in org.eclipse.osgi.framework.log that return FrameworkLogEntryMethods in org.eclipse.osgi.framework.log with parameters of type FrameworkLogEntryModifier and TypeMethodDescriptionvoidFrameworkLog.log(FrameworkLogEntry logEntry) Logs the FrameworkLogEntry to the FrameworkLogConstructors in org.eclipse.osgi.framework.log with parameters of type FrameworkLogEntryModifierConstructorDescriptionFrameworkLogEntry(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