0
mahendra created
- What is your product version?
- 5.3.0
- What is your product type (Angular or MVC)? -** Angular**
- What is product framework type (.net framework or .net core)?
- .Net Core
Hi Experts,
All the public methods and Exceptions are being logged automatically in the AbpAuditLogs Table. Could you please let us know, How can we insert the record programmatically in the AbpAuditLogs Table.
Thanks,
1 Answer(s)
-
0
Hi @mahendra You can use
IAuditingHelper.SaveAsync
. Please check following implementation for more information: https://github.com/aspnetboilerplate/aspnetboilerplate/blob/552c0240c44d9899c1209fb20eb48d35b17d5e54/src/Abp.AspNetCore/AspNetCore/Mvc/Auditing/AbpAuditPageFilter.cs