Uses of Interface
org.osgi.service.log.LogEntry
Packages that use LogEntry
Package
Description
Log Service Package Version 1.4.
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 LogEntryModifier and TypeMethodDescriptionLogReaderService.getLog()
Returns anEnumeration
of theLogEntry
objects in the log.Methods in org.osgi.service.log with parameters of type LogEntry -
Uses of LogEntry in org.osgi.service.log.stream
Methods in org.osgi.service.log.stream that return types with arguments of type LogEntryModifier and TypeMethodDescriptionLogStreamProvider.createStream
(LogStreamProvider.Options... options) Create aPushStream
ofLogEntry
objects.