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

b/trunk/Pithos.Core/Agents/PollAgent.cs
45 45
using System.Diagnostics;
46 46
using System.Diagnostics.Contracts;
47 47
using System.IO;
48
using System.Reflection;
48 49
using System.Threading;
49 50
using System.Threading.Tasks;
50 51
using Castle.ActiveRecord;
......
67 68
    [Export]
68 69
    public class PollAgent
69 70
    {
70
        private static readonly ILog Log = LogManager.GetLogger("PollAgent");
71
        private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
71 72

  
72 73
        [System.ComponentModel.Composition.Import]
73 74
        public IStatusKeeper StatusKeeper { get; set; }

Also available in: Unified diff