Destination OnlyFailures Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates whether this destination should only process failures - messages that crashed other destinations. When set to true regular messages (dispatched by Send(msg)) are ignored

Namespace: NFX.Log.Destinations
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute("$only-failures")]
public bool OnlyFailures { get; set; }

Property Value

Type: OnlineBoolean
See Also