BstAutoLog.Web 10.0.9

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.9 13 14/06/2026
10.0.8 24 17/05/2026
10.0.7 7 08/05/2026
10.0.6 8 08/05/2026
10.0.5 13 03/05/2026
10.0.4 27 23/04/2026
10.0.3 14 16/04/2026
10.0.2 11 13/04/2026
10.0.1 12 13/04/2026