31 references to LogInformation
Microsoft.AspNetCore.Identity.UI (28)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (2)
146
_logger.
LogInformation
(LoggerEventIds.UserLoggedInByExternalProvider, "User logged in with {LoginProvider} provider.", info.LoginProvider);
196
_logger.
LogInformation
(LoggerEventIds.UserCreatedByExternalProvider, "User created an account using {Name} provider.", info.LoginProvider);
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
133
_logger.
LogInformation
(LoggerEventIds.UserLogin, "User logged in.");
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (1)
132
_logger.
LogInformation
(LoggerEventIds.UserLoginWith2FA, "User logged in with 2fa.");
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (1)
115
_logger.
LogInformation
(LoggerEventIds.UserLoginWithRecoveryCode, "User logged in with a recovery code.");
Areas\Identity\Pages\V4\Account\Logout.cshtml.cs (1)
48
_logger.
LogInformation
(LoggerEventIds.UserLoggedOut, "User logged out.");
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (1)
137
_logger.
LogInformation
(LoggerEventIds.PasswordChanged, "User changed their password successfully.");
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (1)
114
_logger.
LogInformation
(LoggerEventIds.UserDeleted, "User deleted themselves.");
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (1)
80
_logger.
LogInformation
(LoggerEventIds.TwoFADisabled, "User has disabled 2fa.");
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (1)
58
_logger.
LogInformation
(LoggerEventIds.PersonalDataRequested, "User asked for their personal data.");
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (1)
145
_logger.
LogInformation
(LoggerEventIds.TwoFAEnabled, "User has enabled 2FA with an authenticator app.");
Areas\Identity\Pages\V4\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
92
_logger.
LogInformation
(LoggerEventIds.TwoFARecoveryGenerated, "User has generated new 2FA recovery codes.");
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (1)
75
_logger.
LogInformation
(LoggerEventIds.AuthenticationAppKeyReset, "User has reset their authentication app key.");
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
137
_logger.
LogInformation
(LoggerEventIds.UserCreated, "User created a new account with password.");
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (2)
146
_logger.
LogInformation
(LoggerEventIds.UserLoggedInByExternalProvider, "User logged in with {LoginProvider} provider.", info.LoginProvider);
196
_logger.
LogInformation
(LoggerEventIds.UserCreatedByExternalProvider, "User created an account using {Name} provider.", info.LoginProvider);
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
133
_logger.
LogInformation
(LoggerEventIds.UserLogin, "User logged in.");
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (1)
132
_logger.
LogInformation
(LoggerEventIds.UserLoginWith2FA, "User logged in with 2fa.");
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (1)
115
_logger.
LogInformation
(LoggerEventIds.UserLoginWithRecoveryCode, "User logged in with a recovery code.");
Areas\Identity\Pages\V5\Account\Logout.cshtml.cs (1)
48
_logger.
LogInformation
(LoggerEventIds.UserLoggedOut, "User logged out.");
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (1)
137
_logger.
LogInformation
(LoggerEventIds.PasswordChanged, "User changed their password successfully.");
Areas\Identity\Pages\V5\Account\Manage\DeletePersonalData.cshtml.cs (1)
114
_logger.
LogInformation
(LoggerEventIds.UserDeleted, "User deleted themselves.");
Areas\Identity\Pages\V5\Account\Manage\Disable2fa.cshtml.cs (1)
80
_logger.
LogInformation
(LoggerEventIds.TwoFADisabled, "User has disabled 2fa.");
Areas\Identity\Pages\V5\Account\Manage\DownloadPersonalData.cshtml.cs (1)
58
_logger.
LogInformation
(LoggerEventIds.PersonalDataRequested, "User asked for their personal data.");
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (1)
145
_logger.
LogInformation
(LoggerEventIds.TwoFAEnabled, "User has enabled 2FA with an authenticator app.");
Areas\Identity\Pages\V5\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
92
_logger.
LogInformation
(LoggerEventIds.TwoFARecoveryGenerated, "User has generated new 2FA recovery codes.");
Areas\Identity\Pages\V5\Account\Manage\ResetAuthenticator.cshtml.cs (1)
75
_logger.
LogInformation
(LoggerEventIds.AuthenticationAppKeyReset, "User has reset their authentication app key.");
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
137
_logger.
LogInformation
(LoggerEventIds.UserCreated, "User created a new account with password.");
Microsoft.AspNetCore.Server.Kestrel.Core (2)
LocalhostListenOptions.cs (2)
51
context.Logger.
LogInformation
(0, CoreStrings.NetworkInterfaceBindingFailed, GetDisplayName(), "IPv4 loopback", ex.Message);
65
context.Logger.
LogInformation
(0, CoreStrings.NetworkInterfaceBindingFailed, GetDisplayName(), "IPv6 loopback", ex.Message);
Microsoft.Extensions.Telemetry.Tests (1)
Buffering\GlobalBufferLoggerBuilderExtensionsTests.cs (1)
123
logger.
LogInformation
(new EventId(1, "number one"), null);