| LoggingRetryPolicy Constructor  | 
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic LoggingRetryPolicy(
	IRetryPolicy policy
)
Parameters
- policy
 - Type: CassandraIRetryPolicy
 the policy to wrap. The policy created by this
             constructor will return the same decision than policy but will log them. 
See Also