Uses of Interface
org.osgi.service.log.LogEntry
-
Packages that use LogEntry Package Description org.osgi.service.log Log Service Package Version 1.4.org.osgi.service.log.stream Log Stream Package Version 1.0. -
-
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 anEnumerationof theLogEntryobjects in the log.Methods in org.osgi.service.log with parameters of type LogEntry Modifier and Type Method Description voidLogListener. logged(LogEntry entry)Listener method called for each LogEntry object created. -
Uses of LogEntry in org.osgi.service.log.stream
Methods in org.osgi.service.log.stream that return types with arguments of type LogEntry Modifier and Type Method Description PushStream<LogEntry>LogStreamProvider. createStream(LogStreamProvider.Options... options)Create aPushStreamofLogEntryobjects.
-