Solved
Getting time a subscription gets fired
Hello, community,
I would like to capture the time a subscription gets fired. Is there a way to this
Regards.
TB
Hello, community,
I would like to capture the time a subscription gets fired. Is there a way to this
Regards.
TB
User any of logger statements... that will logged in Script Log.
logger.info("info message: " + new Date());
logger.warn("warn message: " + new Date());
logger.error("error message: " + new Date());
Or you can create a stream and call stream entry service in subscription.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.