A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/NLog/NLog/wiki/Atomic-File-Target below:

Atomic File Target · NLog/NLog Wiki · GitHub

Writes LogEvents to file using operating system API for atomic file appending (O_APPEND), so multiple processes can write concurrently to the same file, by extending the standard NLog File Target.

Platforms Supported: All - Requires nuget-package NLog.Targets.AtomicFile

<targets>
  <target xsi:type="AtomFile"
          name="string"
          fileName="Layout"
          layout="Layout"
          concurrentWrites="boolean"
          keepFileOpen="boolean"
  />
</targets>

Also inherits all parameters from the standard File-Target.

Linux requires platform specific publish for Mono.Posix.NETStandard:

dotnet publish with --framework net8.0 --configuration release --runtime linux-x64


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4