# File lib/puppet/util/log.rb, line 474
474:     def self.validlevel?(level)
475:         @levels.include?(level)
476:     end