Click or drag to resize

FileTargetNetworkWrites Property

Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on different network hosts.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
public bool NetworkWrites { get; set; }

Property Value

Type: Boolean
Remarks
This effectively prevents files from being kept open.
See Also