DryRunWriteStrategy constructor

const DryRunWriteStrategy(
  1. Logger logger
)

Creates a strategy that logs to the provided logger.

Implementation

const DryRunWriteStrategy(this.logger);