When launched from commandline, the log is ok. Using F5 in VS the loggername is wrong:
2009-12-11 21:52:46,769 [1] INFO [MainApplication.Program.Main] - Start Common Logging example
2009-12-11 21:52:46,831 [1] DEBUG [MainApplication.InsideClass.ReallyDeepMethod] - inside another class...
2009-12-11 21:52:46,831 [1] INFO [MainApplication.Program.Main] - End Common Logging example
2009-12-11 21:53:01,698 [1] INFO [Common.Logging.Factory.AbstractLogger.Info] - Start Common Logging example
2009-12-11 21:53:01,745 [1] DEBUG [Common.Logging.Factory.AbstractLogger.Debug] - inside another class...
2009-12-11 21:53:01,745 [1] INFO [Common.Logging.Factory.AbstractLogger.Info] - End Common Logging example
reproduce by hit f5
In the 2.0 RTM release, the loggername is not correct when using the %c.%m format conversion pattern of a log4net. The fix for this bug also fixes that (not only in the VS debugger).
Would you please release a 2.0.1 version with this fix included?