The following operations are provided for debugging and textual output.
The
print statement outputs its text to standard output, which is normally the active display or some file where such output has been piped. See also
Strings in print and log statements.
The
log statement sends the specified string to a particular log file depending on the applicable log level. For details, see
Setting logging attributes for packages, monitors and events.