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.");