# File lib/razorback.rb, line 62
        def alertData(type,data)
            if @alert_preamble == 0
                puts "FATAL: Failed to start alert XML"
                exit
            end
            puts "\t\t\t\t<entry>"
            puts "\t\t\t\t\t<type>#{type}</type>"
            puts "\t\t\t\t\t<data>#{data}</data>"
            puts "\t\t\t\t</entry>"
        end