the type of serialized data that will be emitted from the Observable
Optional name: stringname of the target. Defaults to 'observable'
Optional subject: Subject<T>the Subject to use to emit observable events. If not provided, creates a standard Subject. E.g. you can pass a ReplaySubject if you need to replay values with a specific buffer size
object containing the target and the observable the target will emit to
Generated using TypeDoc
Creates a target that emits logs as observable events, using a Subject