QuestionQ35

Managing Applications

Which server-side API method for debug logging is available in scoped applications?

  • A gs.log()
  • B gs.info()
  • C gs.debuglog()
  • D gs.print()
Explanation

The scoped GlideSystem API includes gs.info() to write informational log messages from server-side code. gs.log() and gs.print() are not available in scoped applications, and gs.debuglog() is not a valid GlideSystem method.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!