Reactor.Step.Debug (reactor v0.15.0)

View Source

A very simple step which sends debug information to Logger.

Options

  • level - the log level to use.

Summary

Types

level_option()

@type level_option() :: {:level, Logger.level()}

options()

@type options() :: [level_option()]