0
otorento created
Hello
How can I log the output from the app services. I know that asp.net zero supprot Audited attribute. Could you pls provide an example ?
1 Answer(s)
-
0
ABP's audit log will only record input information. For details. please see https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.Zero.Common/Auditing/AuditLog.cs#L19
If you need to record the output, you can write an interceptor to achieve it. reference: https://aspnetboilerplate.com/Pages/Documents/Articles/Aspect-Oriented-Programming-using-Interceptors/index.html