Retries in case of write error.
Platforms Supported: All
<targets> <target xsi:type="RetryingWrapper" name="String" retryDelayMilliseconds="Integer" retryCount="Integer"> <target xsi:type="wrappedTargetType" ...target properties... /> </target> </targets>
retryDelayMilliseconds - Time to wait between retries in milliseconds. Integer Default: 100
retryCount - Number of retries that should be attempted on the wrapped target in case of a failure. Integer Default: 3
enableBatchWrite - Allow batch writes, and only introduced retry delay once before retrying the batch items one at a time.
Introduced with NLog 5.0
When failure occurs, then the retry will perform a synchronous delay. To avoid blocking the application-thread in the retry-sleep, then consider using AsyncWrapper like this:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4