Uses of Interface
org.osgi.service.log.LogEntry

Packages that use LogEntry
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.equinox.log   
org.eclipse.equinox.log.internal   
org.osgi.service.log Log Service Package Version 1.3. 
 

Uses of LogEntry in org.eclipse.core.runtime.internal.adaptor
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type LogEntry
 void EclipseLogWriter.logged(LogEntry entry)
           
 

Uses of LogEntry in org.eclipse.equinox.log
 

Subinterfaces of LogEntry in org.eclipse.equinox.log
 interface ExtendedLogEntry
          Extends the OSGi Log Services LogEntry object to provide additional context information.
 

Uses of LogEntry in org.eclipse.equinox.log.internal
 

Classes in org.eclipse.equinox.log.internal that implement LogEntry
 class ExtendedLogEntryImpl
           
 

Methods in org.eclipse.equinox.log.internal with parameters of type LogEntry
 void EventAdminLogListener.logged(LogEntry entry)
           
 

Uses of LogEntry in org.osgi.service.log
 

Methods in org.osgi.service.log with parameters of type LogEntry
 void LogListener.logged(LogEntry entry)
          Listener method called for each LogEntry object created.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.