C# Класс Tailspin.Surveys.TokenStorage.TokenCacheLoggingExtensions

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

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

Метод Описание
ReadFromCacheFailed ( this logger, Exception exp ) : void
TokenCacheCleared ( this logger, string userId ) : void
TokensRetrievedFromStore ( this logger, string key ) : void
TokensWrittenToStore ( this logger, string clientId, string userId, string resource ) : void
WriteToCacheFailed ( this logger, Exception exp ) : void

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

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

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

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

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

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

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

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

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

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

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