Module: VCR::Logger::Null

Defined in:
lib/vcr/util/logger.rb

Overview

Note:

We used to use a null object for the debug_logger itself, but some users noticed a negative perf impact from having the logger formatting logic still executing in that case, so we moved the null object interface up a layer to here.

A null-object version of the Logger. Used when a debug_logger has not been set.