Modified loggers to use their enclosing class
[pithos-ms-client] / trunk / Pithos.Client.WPF / Shell / FeedbackViewModel.cs
index f7bdcd8..3df10a9 100644 (file)
@@ -69,7 +69,7 @@ namespace Pithos.Client.WPF.Shell
 
         private IWindowManager _windowManager;
 
-        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger("Pithos");
+        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
 
 
         [ImportingConstructor]