Click or drag to resize

AtomicFileTargetConcurrentWrites Property

Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on the same host.

Namespace:  NLog.Targets
Assembly:  NLog.Targets.AtomicFile (in NLog.Targets.AtomicFile.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntax
public bool ConcurrentWrites { get; set; }

Property Value

Type: Boolean
See Also