How the invocation of services works in pega?
I want to capture the invocation (start and finish) of services ( Service REST, Service SOAP, etc.) in Pega so that I can log specific data in my custom log file like the start time of the invocation when the invocation is finished and certain other data ( like request, response, HTTP status, etc.). I tried to find multiple documentation on the Pega community but there was no solution or details available. I have checked that Pega captures the service invocation history in the service package. How does it captures the invocation history and if I want to capture the same but with my custom set of data then how can I do that?