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