pub unsafe extern "C" fn cass_retry_policy_logging_new(
    child_retry_policy: *mut CassRetryPolicy
) -> *mut CassRetryPolicy
Expand description

Creates a new logging retry policy.

This policy logs the retry decision of its child policy. Logging is done using CASS_LOG_INFO.

@public @memberof CassRetryPolicy

@param[in] child_retry_policy @return Returns a retry policy that must be freed. NULL is returned if the child_policy is a logging retry policy.

@see cass_retry_policy_free()