September 2017
Intermediate to advanced
408 pages
9h 25m
English
gs.log() logs a message to the system log and this method is useful for development and debugging important events in production. The gs.log() method accepts two parameters.
Usage:
gs.log(String message, [String source]); //source parameter is optional
Example:
gs.log("Business rule iteration started", "DemoBusinessRule");
Read now
Unlock full access