-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
<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.
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
- Getting started
- How to use structured logging
- Troubleshooting
- FAQ
-
All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json