class Logging
A retry policy that logs the decisions of its child policy.
Implements
Methods
__construct
(Dse\RetryPolicy
$childPolicy )
Creates a new RetryPolicy\Logging
retry policy.
A retry policy that logs the decisions of its child policy.
Dse\RetryPolicy
$childPolicy )
Creates a new RetryPolicy\Logging
retry policy.
Name | Type | Details |
---|---|---|
$childPolicy | Dse\RetryPolicy |
Any retry policy other than |