Uses of Interface
org.osgi.service.log.LogEntry
-
Packages that use LogEntry Package Description org.osgi.service.log Log Service Package Version 1.5. -
-
Uses of LogEntry in org.osgi.service.log
Methods in org.osgi.service.log that return types with arguments of type LogEntry Modifier and Type Method Description java.util.Enumeration<LogEntry>
LogReaderService. getLog()
Returns anEnumeration
of theLogEntry
objects in the log.Methods in org.osgi.service.log with parameters of type LogEntry Modifier and Type Method Description void
LogListener. logged(LogEntry entry)
Listener method called for each LogEntry object created.
-