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

b/trunk/Pithos.Core/Agents/NetworkAgent.cs
47 47
using System.Diagnostics.Contracts;
48 48
using System.IO;
49 49
using System.Net;
50
using System.Reflection;
50 51
using System.Threading;
51 52
using System.Threading.Tasks;
52 53
using Castle.ActiveRecord;
......
59 60
    [Export]
60 61
    public class NetworkAgent
61 62
    {
63
        private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
64

  
62 65
        private Agent<CloudAction> _agent;
63 66

  
64 67
        [System.ComponentModel.Composition.Import]
......
69 72
        
70 73
        public IStatusNotification StatusNotification { get; set; }
71 74

  
72
        private static readonly ILog Log = LogManager.GetLogger("NetworkAgent");
73 75

  
74 76
        [System.ComponentModel.Composition.Import]
75 77
        public IPithosSettings Settings { get; set; }

Also available in: Unified diff