September 2017
Intermediate to advanced
408 pages
9h 25m
English
The gs.print() method, similar to gs.log(), writes a message to the system log; however, unlike the log() method, it doesn't write the message to the syslog table unless the debugging features are activated.
Usage:
gs.print(String message);
Example:
gs.print("Using print to write to system log");
Read now
Unlock full access