Revision db8a9589 trunk/Pithos.Core/Agents/FileAgent.cs

b/trunk/Pithos.Core/Agents/FileAgent.cs
46 46
using System.Diagnostics.Contracts;
47 47
using System.IO;
48 48
using System.Linq;
49
using System.Reflection;
49 50
using System.Text;
50 51
using System.Threading.Tasks;
51 52
using Pithos.Interfaces;
......
58 59
//    [Export]
59 60
    public class FileAgent
60 61
    {
62
        private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
63

  
61 64
        Agent<WorkflowState> _agent;
62 65
        private FileSystemWatcher _watcher;
63 66
        private FileSystemWatcherAdapter _adapter;
......
73 76

  
74 77
        internal string RootPath { get;  set; }
75 78

  
76
        private static readonly ILog Log = LogManager.GetLogger("FileAgent");
77 79

  
78 80
        public void Start(AccountInfo accountInfo,string rootPath)
79 81
        {

Also available in: Unified diff