C# 클래스 Tailspin.Surveys.Configuration.KeyVault.KeyVaultConfigurationProviderLoggingExtensions

ILogger extensions for events which occur inside the KeyVaultConfigurationProvider
파일 보기 프로젝트 열기: Azure-Samples/guidance-identity-management-for-multitenant-apps

공개 메소드들

메소드 설명
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