Explore the impact of SLF on nlog / log4net stacktraces
description
Both NLog and log4net have formatters that output information relating to the call-stack. Currently SLF will obscure this.
What can we do?
The only solution I can thin of, which is a bit nasty, is to create our own builds of NLog and log4net that skip stack frames.