Uses of Class
org.eclipse.osgi.framework.log.FrameworkLogEntry

Packages that use FrameworkLogEntry
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.framework.log   
 

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(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–2014 The Apache Software Foundation. All rights reserved.