<?
require_once("UDPDEBUG_CLASS.php");
$UDPDEBUG = new UDPDEBUG("127.0.0.1"4545);
$UDPDEBUG->SEND("This is a simple test"'LOW'TRUE);
$UDPDEBUG->SEND("This is a simple test"'MEDIUM'TRUE);
$UDPDEBUG->SEND("This is a simple test"'HIGH'TRUE);
$UDPDEBUG->SEND("This is a simple test"'LOW'FALSE);
$UDPDEBUG->SEND("This is a simple test"'MEDIUM'FALSE);
$UDPDEBUG->SEND("This is a simple test"'HIGH'FALSE);
?>