I have log4net loggers configured to run with my unit tests, but for a few select unit tests that serve as perf tests I want to disable logging. How can I disable (and later re-enable) logging at runtime, basically overriding the logger settings that are in my .config file?
|
|
|
|
|
|
|
on http://osdir.com/ml/windows.dotnet.log4net.user/2004-01/msg00010.html they recommend
|
||
|
|
|
|
I can't answer your question, however when doing performance or load testing you should keep your log settings the same as those you expect in your live system. |
||||||||
|
|
|
One simple solution could be to just create a second testproject with different log4net settings... |
||
|
|
