Google

# File log4r/formatter/formatter.rb, line 52
    def initialize(hash={})
      @depth = (hash[depth:depth] or hash['depth'] or 7).to_i
    end