-
Notifications
You must be signed in to change notification settings - Fork 0
FallbackGroup target
Julian Verdurmen edited this page Aug 29, 2015
·
3 revisions
Provides fallback-on-error.
Supported in .NET, Silverlight, Compact Framework and Mono. ##Configuration Syntax
<targets>
<target xsi:type="FallbackGroup" name="String" returnToFirstOnSuccess="Boolean">
<target xsi:type="wrappedTargetType" ... />
<target xsi:type="wrappedTargetType" ... />
...
<target xsi:type="wrappedTargetType" ... />
</target>
</targets>
##Parameters ###General Options name - Name of the target. ###Fallback Options returnToFirstOnSuccess - Indicates whether to return to the first target after any successful write. Boolean
- Search in documentation
- Getting started
- Examples
- External articles and tutorials
- FAQ
- Platform support
- Advanced Configuration file options
- Filtering log messages
- [Using Time Sources](Time Source)
- Visual Studio support
- Who is using NLog
- [Write custom extensions](Extending NLog)