| AutoFlushTargetWrapperFlushOnConditionOnly Property |
Only flush when LogEvent matches condition. Ignore explicit-flush, config-reload-flush and shutdown-flush
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool FlushOnConditionOnly { get; set; }
Public Property FlushOnConditionOnly As Boolean
Get
Set
Dim instance As AutoFlushTargetWrapper
Dim value As Boolean
value = instance.FlushOnConditionOnly
instance.FlushOnConditionOnly = value
member FlushOnConditionOnly : bool with get, set
Property Value
Type:
BooleanSee Also