# File lib/logging/logger.rb, line 257
    def level
      return @level unless @level.nil?
      @parent.level
    end