BstAutoLog.Web 10.0.10

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.10 0 18/07/2026
10.0.9 47 14/06/2026
10.0.8 31 17/05/2026
10.0.7 10 08/05/2026
10.0.6 12 08/05/2026
10.0.5 17 03/05/2026
10.0.4 31 23/04/2026
10.0.3 18 16/04/2026
10.0.2 15 13/04/2026
10.0.1 16 13/04/2026