TheByteStuff.Log4NetAppenders
4.0.0
Appenders for Apache log4net
RemoteSyslogSSLAppender and RemoteSyslogAsyncSSLAppender: Appenders specifically to allow remote SSL logging to a syslog running on a Synology NAS. This should work with any syslog conforming to the BSD specification.
EncryptedForwardingAppender: ForwardingAppender to allow encryption of logged messages (both the message text and exception text). Current implementation uses PGP/GPG encryption.
Reference project on GitHub for SampleApp to write logs for these appenders as well as a sample application for reading an encrypted file log.
Use of this software is free.
Suggestions or donations are both appreciated and welcome can be made by using the "Contact" tab at https://www.thebytestuff.com/
Install-Package TheByteStuff.Log4NetAppenders -Version 4.0.0
dotnet add package TheByteStuff.Log4NetAppenders --version 4.0.0
<PackageReference Include="TheByteStuff.Log4NetAppenders" Version="4.0.0" />
paket add TheByteStuff.Log4NetAppenders --version 4.0.0
#r "nuget: TheByteStuff.Log4NetAppenders, 4.0.0"
Release Notes
Changed log4net from 2.0.8 to 2.0.10 per security concern.
Dependencies
-
.NETStandard 1.3
- log4net (>= 2.0.10)
- NETStandard.Library (>= 1.6.1)
- Portable.BouncyCastle (>= 1.8.3.37)
- System.Net.Security (>= 4.3.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.