0
koraykirdinli created
Hi, We added a new class library to our ABP project. We call this class library from Application service. We make external http calls from this class library. Then we implemented IAuditingEnabled interface to log [AuditLogActions] table. But it cannot insert to this table.
Can we get the AuditLogId from currenct request context.
How can we fix this problem.
1 Answer(s)
-
0
Hello ,
Please check this document audit logging provides a more comprehensive explanation: https://abp.io/docs/latest/framework/infrastructure/audit-logging
Thank you.