Contents

Publishers.Print

A publisher that prints log messages for all publishing events, optionally prefixed with a given string.

Declaration

struct Print<Upstream> where Upstream : Publisher

Overview

This publisher prints log messages when receiving the following events:

  • subscription

  • value

  • normal completion

  • failure

  • cancellation

Topics

Creating a print publisher

Declaring supporting types

Inspecting publisher properties

See Also

Debugging