class ActiveSupport::LogSubscriber::TestHelper::MockLogger
def initialize(level = DEBUG)
def initialize(level = DEBUG) @flush_count = 0 @level = level @logged = Hash.new { |h, k| h[k] = [] } end
def initialize(level = DEBUG) @flush_count = 0 @level = level @logged = Hash.new { |h, k| h[k] = [] } end