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

b/trunk/Pithos.Core/Agents/WorkflowAgent.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 Castle.ActiveRecord;
......
58 59
    [Export]
59 60
    public class WorkflowAgent
60 61
    {
62
        private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
63

  
61 64
        readonly Agent<WorkflowState> _agent;
62 65
                
63 66
        public IStatusNotification StatusNotification { get; set; }
......
67 70
        [System.ComponentModel.Composition.Import]
68 71
        public NetworkAgent NetworkAgent { get; set; }
69 72

  
70
        private static readonly ILog Log = LogManager.GetLogger("WorkflowAgent");
73

  
71 74

  
72 75
        public WorkflowAgent()
73 76
        {

Also available in: Unified diff