Revision db8a9589 trunk/Pithos.Network/CloudFilesClient.cs

b/trunk/Pithos.Network/CloudFilesClient.cs
55 55
using System.IO;
56 56
using System.Linq;
57 57
using System.Net;
58
using System.Reflection;
58 59
using System.Security.Cryptography;
59 60
using System.Text;
60 61
using System.Threading.Tasks;
......
67 68
    [Export(typeof(ICloudClient))]
68 69
    public class CloudFilesClient:ICloudClient
69 70
    {
71
        private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
72

  
70 73
        //CloudFilesClient uses *_baseClient* internally to communicate with the server
71 74
        //RestClient provides a REST-friendly interface over the standard WebClient.
72 75
        private RestClient _baseClient;
......
137 140
        public bool UsePithos { get; set; }
138 141

  
139 142

  
140
        private static readonly ILog Log = LogManager.GetLogger("CloudFilesClient");
141 143

  
142 144
        public CloudFilesClient(string userName, string apiKey)
143 145
        {

Also available in: Unified diff