Uses of Enum
org.osgi.service.log.stream.LogStreamProvider.Options
Packages that use LogStreamProvider.Options
-
Uses of LogStreamProvider.Options in org.osgi.service.log.stream
Subclasses with type arguments of type LogStreamProvider.Options in org.osgi.service.log.streamModifier and TypeClassDescriptionstatic enumCreation options for thePushStreamofLogEntryobjects.Methods in org.osgi.service.log.stream that return LogStreamProvider.OptionsModifier and TypeMethodDescriptionstatic LogStreamProvider.OptionsReturns 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.OptionsModifier and TypeMethodDescriptionPushStream<org.osgi.service.log.LogEntry> LogStreamProvider.createStream(LogStreamProvider.Options... options) Create aPushStreamofLogEntryobjects.