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,
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
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.csMarkdown is supportedCopy & paste or drag & drop images (max 30 MB per image)