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>
Default:
${longdate}|${level:uppercase=true}|${logger}|${message:withexception=true}
true
false
. Default: true
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