BstAutoLog.Web 10.0.11

How to use

Program.cs

services.AddAutoLog<ApplicationDbContext>();
services.AddAutoLogWebServices(options => {
	options.UserTypeClaim = "user_type"; // optional: claim type for UserType field
});

// UserTypeClaim is the claim type used to extract the UserType field from the authenticated user's claims. If not set, UserType will be null.

Model.cs

: IHasAutoLog

ApplicationDbContext.cs

 builder.ConfigureAutoLog();

User information (UserId, UserName, UserType) and IP address are automatically extracted from HttpContext.

No packages depend on BstAutoLog.Web.

.NET 10.0

Version Downloads Last updated
10.0.11 1 22/09/2026
10.0.10 52 18/07/2026
10.0.9 108 14/06/2026
10.0.8 38 17/05/2026
10.0.7 17 08/05/2026
10.0.6 18 08/05/2026
10.0.5 23 03/05/2026
10.0.4 37 23/04/2026
10.0.3 24 16/04/2026
10.0.2 21 13/04/2026
10.0.1 23 13/04/2026