ActiveLogin.Authentication.GrandId.AspNetCore.LoggerExtensions.GrandIdBankIdFederatedLoginFailure C# (CSharp) Method

GrandIdBankIdFederatedLoginFailure() public static method

public static GrandIdBankIdFederatedLoginFailure ( ILogger logger, string returnUrl, Exception exception ) : void
logger ILogger
returnUrl string
exception Exception
return void
        public static void GrandIdBankIdFederatedLoginFailure(this ILogger logger, string returnUrl, Exception exception)
        {
            logger.LogError(GrandIdLoggingEvents.GrandIdBankIdFederatedLoginHardFailure, exception, "GrandId (BankId) federated login failed with the returnUrl '{returnUrl}'", returnUrl);
        }
    }