Prints the specified message to the current debug output mechanism.
public static void print( String message )
message
The message to print.
By default, this method prints through System.out.print to the screen. If you are running in a native code debugger, it also outputs to the debugger's output window. This method will be omitted from your code unless you have either the DEBUG or TRACE conditional compile switch set.