Revision db8a9589 trunk/Pithos.Core/FileState.cs

b/trunk/Pithos.Core/FileState.cs
41 41
#endregion
42 42
using System.Diagnostics.Contracts;
43 43
using System.IO;
44
using System.Reflection;
44 45
using System.Threading.Tasks;
45 46
using Castle.ActiveRecord;
46 47
using Castle.ActiveRecord.Framework;
......
62 63
    [ActiveRecord]
63 64
    public class FileState : ActiveRecordLinqBase<FileState>
64 65
    {
65
        private static readonly ILog Log = LogManager.GetLogger("FileState");
66
        private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
67

  
66 68

  
67 69
        private IList<FileTag> _tags = new List<FileTag>();
68 70

  

Also available in: Unified diff