is there a way to log all local variables and values (inc. params) when logging using log4net?
I know I can just add each value to the log message, but was wondering if there was a simpler way.
I also understand that this could affect performance, however, it wouldn't be used that much.
[how about without log4net? is there another method to capture all locals?]