This repository demonstrates the creation and usage of very basic custom appenders for Log4Net using the .NET Core 2.1 Framework
This project contains a custom SMTPAppender for Log4Net using the .NET Core 2.1 Framework and an example log4net.config file to use with the appender.
This project demonstrates the usage of our custom appenders.
Before running this project, ensure that log4net.config file in the Appenders project has the option "Copy to output" set to "Copy Always". You must also modify the log4net.config file with your SMTP settings.