Revision db8a9589 trunk/Pithos.ShellExtensions/ShellStatusChecker.cs

b/trunk/Pithos.ShellExtensions/ShellStatusChecker.cs
40 40
 */
41 41
#endregion
42 42
using System.ComponentModel.Composition;
43
using System.Reflection;
43 44
using System.ServiceModel;
44 45
using Microsoft.Win32;
45 46
using Pithos.Interfaces;
......
60 61
        [Import]
61 62
        public IPithosSettings Settings { get; set; }
62 63

  
63
        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger("Pithos.ShellStatusChecker");
64
        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
64 65

  
65 66
        public FileOverlayStatus GetFileOverlayStatus(string path)
66 67
        {

Also available in: Unified diff