Eclipse Platform
Release 3.6

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

Packages that use FrameworkLogEntry
org.eclipse.osgi.framework.log Provides the FrameworkLog service. 
 

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(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
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.