Before cities the feature releases were seasons e.g. Winter 2008 , but that locked the release cycle to quarters.And before seasons, going way back, GlideSoft was just major.minor number releases e.g. v1.1 2004.Maybe after "Zanzibar" maybe it could b...
Hi just poking around older posts.The very handy GSLog does log to the System Log > Script Log Statements , it is just that the default filter for Script Log Statements is "Created on Today, Source equals *** Script" - change the Source condition to ...
Answering my own post (under another account) from 2015. Spied a ServiceNow Support article and thought I'd reference here in case it helps anyone ...https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0623300(makes a reference to ...
Hi, I replied to Ram117 is another post ...https://www.servicenow.com/community/developer-forum/gslog/m-p/2464106/highlight/true#M962111... a bit late to the party on these threads but I was revisiting logging again. I've been using GSLog for years ...
Hi, You can use the "global." prefix in scoped scripts e.g. var logger = new global.GSLog('','My script');
logger.setLevel(global.GSLog.DEBUG);
logger.includeTimestamp();
logger.logDebug('Hello World'); Refer ... https://docs.servicenow.com/bundle...