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