Hi,
We implemented JSON Web Services by writing subclasses of ui:JSONServices. Now, we want to implement/generate analytics(API Calls per Day/Week/Month/..) for those web services. Any suggestions on how can we implement the analytics for APIs? Is there any out of box crosscutting concern that help us to implement the analytics?
I see an option to log the messages by using the logger ui:log but it writes the messages to a common log file. Is there a way to create a separate log file for the Web Services project that we developed so that it gives the clean logs?
Thanks,
Sanjeev