# File lib/puppet/util/log.rb, line 194
194:   def self.validlevel?(level)
195:     @levels.include?(level)
196:   end