Revision 7e26c075 trunk/Pithos.ShellExtensions/ShellStatusChecker.cs

b/trunk/Pithos.ShellExtensions/ShellStatusChecker.cs
5 5
// -----------------------------------------------------------------------
6 6

  
7 7
using System.ComponentModel.Composition;
8
using System.Diagnostics;
9 8
using System.ServiceModel;
10 9
using Microsoft.Win32;
11 10
using Pithos.Interfaces;
......
26 25
        [Import]
27 26
        public IPithosSettings Settings { get; set; }
28 27

  
28
        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger("Pithos.ShellStatusChecker");
29

  
29 30
        public FileOverlayStatus GetFileOverlayStatus(string path)
30 31
        {
31 32

  

Also available in: Unified diff