# File lib/hiera/console_logger.rb, line 4
      def warn(msg)
        STDERR.puts("WARN: %s: %s" % [Time.now.to_s, msg])
      end