1 write to _logger
IdentitySample.Mvc (1)
Controllers\ManageController.cs (1)
33_logger = loggerFactory.CreateLogger<ManageController>();
5 references to _logger
IdentitySample.Mvc (5)
Controllers\ManageController.cs (5)
117_logger.LogInformation(1, "User reset authenticator key."); 132_logger.LogInformation(1, "User generated new recovery code."); 149_logger.LogInformation(1, "User enabled two-factor authentication."); 165_logger.LogInformation(2, "User disabled two-factor authentication."); 249_logger.LogInformation(3, "User changed their password successfully.");