Revision db8a9589 trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs

b/trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
46 46
using System.ComponentModel.Composition;
47 47
using System.Diagnostics;
48 48
using System.IO;
49
using System.Reflection;
49 50
using System.Threading.Tasks;
50 51
using System.Windows;
51 52
using System.Windows.Forms;
......
75 76
        private readonly IEventAggregator _events;
76 77

  
77 78
        //Logging in the Pithos client is provided by log4net
78
        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger("Pithos");
79
        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
79 80

  
80 81
        private PithosSettings _settings;
81 82
        public PithosSettings Settings
......
259 260
        }
260 261

  
261 262
    
263
        public void OpenLogPath()
264
        {
265
            Shell.OpenLogPath();
266
        }
262 267
        public void SaveChanges()
263 268
        {
264 269
            DoSave();

Also available in: Unified diff