private static void LogError()

in src/DynamoDBSessionStateStore.cs [1055:1058]


        private static void LogError(string methodName, Exception exception)
        {
            _logger.Error(exception, "{0} : {1}", methodName, exception.Message);
        }