Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Server side script

snawaza243
Tera Contributor

Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?

 

A. gs.log()

B. gs.error()

C. gs.warn()

D. gs.debug()

6 REPLIES 6

Prathamesh G
Kilo Sage

Hello @snawaza243,

 

It's gs.log() that is not being used for the logging messages in a server-side script for a privately-scoped application.

 

If the above solution resolve your issue, Please mark the solution as 'Accepted Solution' and also mark it as 'Helpful'.

 

Thank You!

Prathamesh.

MAGAPUV
Tera Contributor

A. gs.log()

Spoiler