# File lib/moneta/logger.rb, line 52 def initialize(adapter, options = {}) super @logger = options[:logger] || Format.new(options) end