 | 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
Syntaxpublic bool ConcurrentWrites { get; set; }
Public Property ConcurrentWrites As Boolean
Get
Set
Dim instance As AtomicFileTarget
Dim value As Boolean
value = instance.ConcurrentWrites
instance.ConcurrentWrites = value
member ConcurrentWrites : bool with get, set
Property Value
Type:
Boolean
See Also