Uses of Class
org.osgi.service.log.stream.LogStreamProvider.Options
-
Packages that use LogStreamProvider.Options Package Description org.osgi.service.log.stream Log Stream Package Version 1.0. -
-
Uses of LogStreamProvider.Options in org.osgi.service.log.stream
Methods in org.osgi.service.log.stream that return LogStreamProvider.Options Modifier and Type Method Description static LogStreamProvider.Options
LogStreamProvider.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogStreamProvider.Options[]
LogStreamProvider.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.osgi.service.log.stream with parameters of type LogStreamProvider.Options Modifier and Type Method Description PushStream<LogEntry>
LogStreamProvider. createStream(LogStreamProvider.Options... options)
Create aPushStream
ofLogEntry
objects.
-