Writes LogEvents to file using GZip compression, by extending the standard NLog File Target.
Platforms Supported: All - Requires nuget-package NLog.Targets.GZipFile
<targets> <target xsi:type="GZipFile" name="string" fileName="Layout" layout="Layout" compressionLevel="CompressionLevel" keepFileOpen="boolean" enableArchiveFileCompression="boolean" archiveOldFileOnStartup="boolean" /> </targets>
Default:
${longdate}|${level:uppercase=true}|${logger}|${message:withexception=true}
Optimal
- Optimize for small file sizeFastest
- Optimize for speedNoCompression
- Disables GZip compressionfalse
. Default: true
false
. Default: true
Also inherits all parameters from the standard File-Target.
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