September 2017
Intermediate to advanced
408 pages
9h 25m
English
Similar to gs.log(), gs.logWarning() logs an entry to the system log and saves it to the syslog table and categorizes it as a warning.
Usage:
gs.logWarning(String message, [String source]); //source parameter is optional
Example:
gs.logWarning("Email field value not provided", "DemoBusinessRule");
Read now
Unlock full access