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

Packages that use LogEntry
org.ops4j.pax.logging   
org.ops4j.pax.logging.internal   
org.ops4j.pax.logging.service.internal   
org.osgi.service.log Log Service Package Version 1.3. 
 

Uses of LogEntry in org.ops4j.pax.logging
 

Methods in org.ops4j.pax.logging with parameters of type LogEntry
 void EventAdminPoster.postEvent(org.osgi.framework.Bundle bundle, int level, LogEntry entry, java.lang.String message, java.lang.Throwable exception, org.osgi.framework.ServiceReference sr, java.util.Map context)
           
 

Uses of LogEntry in org.ops4j.pax.logging.internal
 

Methods in org.ops4j.pax.logging.internal with parameters of type LogEntry
 void EventAdminTracker.postEvent(org.osgi.framework.Bundle bundle, int level, LogEntry entry, java.lang.String message, java.lang.Throwable exception, org.osgi.framework.ServiceReference sr, java.util.Map context)
           
 

Uses of LogEntry in org.ops4j.pax.logging.service.internal
 

Classes in org.ops4j.pax.logging.service.internal that implement LogEntry
 class LogEntryImpl
           
 

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 © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.