Method: VCR::Logger::Mixin#log
- Defined in:
- lib/vcr/util/logger.rb
#log(message, indentation_level = 0) ⇒ Object
46 47 48 |
# File 'lib/vcr/util/logger.rb', line 46 def log(, indentation_level = 0) VCR.configuration.logger.log(, log_prefix, indentation_level) end |