Category Archives: logging

Asynchronous Ado.Net Log4Net Appender

As I mentioned in my last post, the out of the box AdoNetAppender in Log4Net is a synchronous appender. This may be fine for many scenarios, but in cases where you have some latency between your application and your database … Continue reading

Posted in log4net, logging | Comments Off on Asynchronous Ado.Net Log4Net Appender

Centralised Application logging via Log4Net

Logging is now an essential part of any serious application. It is crucial to get unhandled exceptions from production and development environments logged. This removes the necessity for users to provide error messages, and allows the developers to have access … Continue reading

Posted in log4net, logging | 1 Comment