From d658becda47f837ba4befc672d965768423a75af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 16 Jan 2020 15:30:24 +0300 Subject: [PATCH] Added Database Provider Support section to the audit logging document. --- docs/en/Audit-Logging.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/Audit-Logging.md b/docs/en/Audit-Logging.md index 6b171a6c7e..7e0f358a16 100644 --- a/docs/en/Audit-Logging.md +++ b/docs/en/Audit-Logging.md @@ -14,6 +14,11 @@ An **audit log object** (see the Audit Log Object section below) is typically cr > [Startup templates](Startup-Templates/Index.md) are configured for the audit logging system which is suitable for most of the applications. Use this document for a detailed control over the audit log system. +### Database Provider Support + +* Fully supported by the [Entity Framework Core](Entity-Framework-Core.md) provider. +* Entity change logging is not supported by the [MongoDB](MongoDB.md) provider. Other features work as expected. + ## UseAuditing() `UseAuditing()` middleware should be added to the ASP.NET Core request pipeline in order to create and save the audit logs. If you've created your applications using [the startup templates](Startup-Templates/Index.md), it is already added.