RoundRobinGroup target - NLog/NLog GitHub Wiki
Distributes log events to targets in a round-robin fashion.
Platforms Supported: All
<targets>
<target xsi:type="RoundRobinGroup" name="String">
<target xsi:type="wrappedTargetType" ... />
<target xsi:type="wrappedTargetType" ... />
...
<target xsi:type="wrappedTargetType" ... />
</target>
</targets>
- name - Name of the target.