C# Класс Tailspin.Surveys.Configuration.KeyVault.KeyVaultConfigurationProviderLoggingExtensions

ILogger extensions for events which occur inside the KeyVaultConfigurationProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
AuthenticationFailed ( this logger, string clientId, Exception exp ) : void
ConfigurationLoadFailed ( this logger, string clientId, Exception exp ) : void
ConfigurationLoadSuccessful ( this logger, string clientId ) : void

Описание методов

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

public static AuthenticationFailed ( this logger, string clientId, Exception exp ) : void
logger this
clientId string
exp System.Exception
Результат void

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

public static ConfigurationLoadFailed ( this logger, string clientId, Exception exp ) : void
logger this
clientId string
exp System.Exception
Результат void

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

public static ConfigurationLoadSuccessful ( this logger, string clientId ) : void
logger this
clientId string
Результат void