Base solution for your next web application
Open Closed

Audit Logs - get all items #2914


User avatar
0
epro1 created

Hello,

I'm using . NET Boilerplate + Module Zero starter template. I have a question regarding to AuditLogs. I want to get list of all items from table AbpAuditLogs from Application layer. Can you help me and explain how can I implement this?

Many thanks.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    If you are using single database, you can disable tenancy filter, see <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Data-Filters#DocDisableFilters">https://aspnetboilerplate.com/Pages/Doc ... bleFilters</a>, and then you can query AuditLogs using a regular repository.

  • User Avatar
    0
    epro1 created

    Hi,

    thanks for your reply. This is exactly what I did :)