You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [HttpClient](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.HttpClient/README.md).
24
25
25
26
-[**Output extensions**](#data-providers-included) are provided to log to [JSON Files](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.NET/Providers/FileDataProvider.cs),
@@ -1075,6 +1076,7 @@ The following packages are extensions to log interactions with different systems
1075
1076
<imgsrc="https://i.imgur.com/wdVHFoc.png"alt="icon"width="90"/> | **[Audit.EntityFramework](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.EntityFramework/README.md)** | Generate detailed audit logs for saving operations on **Entity Framework**, by inheriting from a provided `DbContext` or `IdentityDbContext`. Includes support for EF 6 and EF 7 (EF Core).
1076
1077
<imgsrc="https://i.imgur.com/Fn4thn0.png"alt="icon"width="90"/> | **[Audit.FileSystem](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.FileSystem/README.md)** | Generate audit logs by intercepting **file system** events via FileSystemWatcher.
1077
1078
<imgsrc="https://i.imgur.com/ulACobW.png"alt="icon"width="90" /> | **[Audit.Grpc.Client](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.Grpc.Client/README.md)** | Generate detailed client-side audit logs for every gRPC client call, including metadata, request/response payload and trailers, by configuring a provided Interceptor.
1079
+
<imgsrc="https://i.imgur.com/ulACobW.png"alt="icon"width="90" /> | **[Audit.Grpc.Server](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.Grpc.Server/README.md)** | Generate detailed server-side audit logs for every gRPC call, including metadata, request/response payload and trailers, by configuring a provided Interceptor.
1078
1080
<imgsrc="https://i.imgur.com/8lV5DRk.png"alt="icon"width="90" /> | **[Audit.HttpClient](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.HttpClient/README.md)** | Generate detailed client-side audit logs for **HttpClient** REST calls, by configuring a provided message handler.
1079
1081
<imgsrc="https://i.imgur.com/ap6CeoG.png"alt="icon"width="90"/> | **[Audit.MVC](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.Mvc/README.md)** | Generate detailed audit logs by decorating **MVC** Actions and Controllers with an action filter attribute. Includes support for ASP.NET Core MVC.
1080
1082
<imgsrc="https://i.imgur.com/GB2e52X.jpg"alt="icon"width="90"/> | **[Audit.SignalR](https://github.com/thepirat000/Audit.NET/blob/master/src/Audit.SignalR/README.md)** | Generate audit logs for **SignalR** and **SignalR Core** invocations by intercepting the hub processing
0 commit comments