Revision db8a9589 trunk/Pithos.Core/PithosMonitor.cs

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

  
60 63
        private int _blockSize;
61 64
        private string _blockHash;
62 65

  
......
129 132
        }
130 133

  
131 134
        private AccountInfo _accountInfo;
132
        
133
       
134 135

  
135 136

  
136
        private static readonly ILog Log = LogManager.GetLogger(typeof(PithosMonitor));
137

  
138

  
137 139

  
138 140

  
139 141
        public bool Pause

Also available in: Unified diff