One of the more exotic and advanced features of Log4net is lossy logging.
Actually the idea behind it is simply great, it supports the typical production scenario of: As long as everything is working, I don’t want my log filled up with debug (or info) messages, but when an error occurs, I would like to have all the messages that leads to this error situation.
And that’s what lossy logging is all about!
Implementing lossy logging is done through configuration, and as al...
[Read the rest of this article...]