Server side script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023 03:28 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 09:15 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
A. gs.log()