BstAutoLog 10.1.2

How to use

Program.cs

services.AddAutoLog<ApplicationDbContext>();

Model.cs

: IHasAutoLog

ApplicationDbContext.cs

 builder.ConfigureAutoLog();

// Optionally register an IAutoLogUserProvider to attach user info to log entries

services.AddScoped<IAutoLogUserProvider, MyCustomUserProvider>();

// Optionally register an IAutoLogRequestInfoProvider to attach request info (e.g. IP address) to log entries

services.AddScoped<IAutoLogRequestInfoProvider, MyCustomRequestInfoProvider>();

Showing the top 20 packages that depend on BstAutoLog.

Packages Downloads
BstAutoLog.Web
Bomsite Auto log web extensions
1

Version Downloads Last updated
10.1.2 1 13/04/2026
10.1.1 1 13/04/2026
10.0.9 26 28/03/2026
10.0.8 5 20/03/2026
10.0.7 2 20/03/2026
10.0.6 4 20/03/2026
10.0.5 12 11/03/2026
10.0.4 13 10/02/2026
10.0.3 7 28/01/2026
10.0.2 20 12/12/2025
10.0.1 15 11/11/2025
9.1.4 13 20/10/2025
9.1.3 7 20/10/2025
9.1.2 11 15/10/2025
9.1.1 9 07/10/2025
9.1.0 8 24/09/2025
9.0.9 18 06/09/2025
9.0.8 23 15/07/2025
9.0.7 14 12/06/2025
9.0.6 43 14/05/2025
9.0.5 14 14/05/2025
9.0.4 26 09/04/2025
9.0.3 19 30/03/2025
9.0.2 23 25/03/2025
9.0.1 13 25/03/2025