Skip to content

RoundRobinGroup target

Rolf Kristensen edited this page Nov 23, 2021 · 7 revisions

Distributes log events to targets in a round-robin fashion.

Platforms Supported: All

Configuration Syntax

<targets>
  <target xsi:type="RoundRobinGroup" name="String">
    <target xsi:type="wrappedTargetType" ... />
    <target xsi:type="wrappedTargetType" ... />
    ...
    <target xsi:type="wrappedTargetType" ... />
  </target>
</targets>

Parameters

General Options

  • name - Name of the target.
Clone this wiki locally