Solved
How to add log in Expression/Validation ?
Hi,
I'd like to add some logs to expression and validation, I tried console.log() and logger.debug() , but both of them don't work.
How should I add the logs ?
Regards,
Sean
Hi,
I'd like to add some logs to expression and validation, I tried console.log() and logger.debug() , but both of them don't work.
How should I add the logs ?
Regards,
Sean
Hello Sean,
console.log works for me, logging correctly in Chrome DevTools. If you want to log on the server side, you can call the service ApplicationLog.Write instead.
Regards,
Constantine
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.