Log4Net is certainly one of the most important instrumentation library for logging. Let’s see how to extend, writing a custom formatter for exceptions. Exceptions are important things to log, and it is important to log more information as possible, here is how can you write a simple class to log exception
public class ExceptionLayoutExtended : log4net.Layout.LayoutSkeleton [...]