# File lib/puppet/util/log.rb, line 55
55:         def self.sethandler(&block)
56:             define_method(:handle, &block)
57:         end