The Dialogs library contains a set of typical user-interface functions.
Included in this section are the following function calls:
Console.print(string)
Used for debugging. Converts any value to a string and prints it to the SDK Phone Information window.
Console.println(string)
Used for debugging. Converts any value to a string and prints it to the SDK Phone Information window. This call is the same as console.print except that it adds a new line to the end of the string.