RoundRobinGroup target - NLog/NLog GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️