how can we track logs of our rest api that we create in web applications.
how can we track logs of our rest api that we create in web applications. As i am running it on local system.
Discussion (2)3
Comments
Hi, you can use the $$$LOGINFO and/or
Best regards,
Javi
Use Session Events or create your custom base REST class extending %CSP.REST with logging in OnPreDispatch method. Check Custom Logging section in this article, for an example of %request logging.