cjbhaines / Log4Net.Async

Asynchronous Log4Net appenders and forwarder
http://www.nuget.org/packages/Log4Net.Async/
MIT License
121 stars 37 forks source link

Simple demo application required #31

Closed kanadmehta closed 7 years ago

kanadmehta commented 7 years ago

Can anyone please provide a simple form and log event asynchronously to database. Or sample code can do as well.

Thank you in advance.

cjbhaines commented 7 years ago

There are sample configs for the AdoNetAppender on the log4net website and you then just need to wrap it in the async forwarder or appender as shown in the readme of this project.

https://logging.apache.org/log4net/release/config-examples.html