2 writes to Logger
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
56Logger = logger;
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
111sm.Logger = logger ?? NullLogger<SignInManager<PocoUser>>.Instance;
7 references to Logger
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
140Logger.LogDebug(EventIds.UserCannotSignInWithoutConfirmedEmail, "User cannot sign in without a confirmed email."); 145Logger.LogDebug(EventIds.UserCannotSignInWithoutConfirmedPhoneNumber, "User cannot sign in without a confirmed phone number."); 150Logger.LogDebug(EventIds.UserCannotSignInWithoutConfirmedAccount, "User cannot sign in without a confirmed account."); 283Logger.LogDebug(EventIds.SecurityStampValidationFailedId4, "Failed to validate a security stamp."); 306Logger.LogDebug(EventIds.TwoFactorSecurityStampValidationFailed, "Failed to validate a security stamp."); 402Logger.LogDebug(EventIds.InvalidPassword, "User failed to provide the correct password."); 908Logger.LogDebug(EventIds.UserLockedOut, "User is currently locked out.");