Destination GenerateFailoverMessages Property NFX Class Library

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

Determines whether additional co-related error message should be generated when this destination fails or when it is used as failover by some other destination. When this property is true an additional error message gets written into failover destination that describes what message caused failure (error is co-related to original) at what destination. False by default.

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

[ConfigAttribute("$generate-failover-msg")]
[ExternalParameterAttribute(new string[] { ... })]
public bool GenerateFailoverMessages { get; set; }

Property Value

Type: OnlineBoolean
See Also