IRetryLogger public interface IRetryLogger Documentation void LogInit(int retryAttempts, int waitTime) void LogRetry(Exception retryableException, int attemptNumber, int waitTime)