Feedistiller.Reporter (feedistiller v3.2.0)

Reporting functions and event broadcast

Link to this section Summary

Functions

Starts a task streaming events to Logger.

Starts a task streaming events to standard output.

Notify an event for the reporter to broadcast

The stream of download events

Stream events to Logger

Stream events to standard output.

Link to this section Functions

Link to this function

initial_state()

Link to this function

log_to_logger()

Specs

log_to_logger() :: Task.t()

Starts a task streaming events to Logger.

Link to this function

log_to_stdout()

Specs

log_to_stdout() :: Task.t()

Starts a task streaming events to standard output.

Specs

notify(Feedistiller.Event.t()) :: :ok

Notify an event for the reporter to broadcast

Link to this function

signal_flushed()

Specs

stream() :: GenStage.Stream.t()

The stream of download events

Link to this function

sync_log_to_logger()

Specs

sync_log_to_logger() :: :ok

Stream events to Logger

Link to this function

sync_log_to_stdout()

Specs

sync_log_to_stdout() :: :ok

Stream events to standard output.