# File lib/puppet/util/log.rb, line 89
89:   def Log.eachlevel
90:     @levels.each { |level| yield level }
91:   end