Add stacktrace to every log in log4net
- by tiagodias
Hi all...
I'm using Log4Net to log a multilayered enterprise application.
I know that when i log with exception Log4Net automatically exposes the exception StackTarce, but i want to log the stacktrace for every log even if those are not exception throws.
Why i need that?... Simply, i want to know the call origin of the log (drilldown the layers...)
Thank all...
Tiago Dias