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

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

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