RetryLogger public class RetryLogger : IRetryLogger Documentation public RetryLogger(string retryableMethodName) public void LogInit(int retryAttempts, int waitTime) public void LogRetry(Exception retryableException, int attemptNumber, int waitTime)