Hi, first of all thanks to all the interesting input!
I want to clearify my requirements and intentions: - the exchange of log4net is not really planned, it should be only possible - references to the log4net assembly must be set to a single assembly which is used in all of our projects - the use of the logger should be extremely easy, the new interface should expose only a subset of log4net methods - we need to configure the levels of different appenders different depending on the namespace As shown before using my ILog and MyLog this is possible. I had just one problem: the %method %line output was wrong, because the call to the log4net logger was made by my wrapper. I have now implemented an additional stack-grab which corrects this issue. - Alex -- View this message in context: http://www.nabble.com/Wrapping-Log4Net-tp24551728p24620454.html Sent from the Log4net - Users mailing list archive at Nabble.com.
