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