Servicenow Certified Application Developer CAD · Free Practice Question Medium
Question 23
Which option logs a message to the system log but does not write to the syslog table unless debug is enabled?
-
A
gs.info('Message');
-
B
gs.log('Message');
-
C
gs.print('Message');
Reveal correct answer
Correct answer: C
Explanation

Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
