Module VCR::Logger::Null
In: lib/vcr/util/logger.rb

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

@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.

Methods

Public Instance methods

[Validate]