ActiveLogin.Authentication.GrandId.AspNetCore.LoggerExtensions.GrandIdBankIdGetSessionFailure C# (CSharp) Метод

GrandIdBankIdGetSessionFailure() публичный статический Метод

public static GrandIdBankIdGetSessionFailure ( ILogger logger, string sessionId, Exception exception ) : void
logger ILogger
sessionId string
exception Exception
Результат void
        public static void GrandIdBankIdGetSessionFailure(this ILogger logger, string sessionId, Exception exception)
        {
            logger.LogError(GrandIdLoggingEvents.GrandIdBankIdGetSessionHardFailure, exception, "GrandId (BankId) get session failed for the sessionId '{SessionId}'", sessionId);
        }