Lines Matching refs:Logger
64 … Logger.LogAs(this, LogLevel.Error, "Cannot perform concurrent downloads, aborting..."); in TryFetchFromUri()
146 Logger.Log(LogLevel.Error, "Wrong size of the downloaded file, aborting"); in TryFetchFromUriInner()
152 Logger.Log(LogLevel.Error, "Wrong checksum of the downloaded file, aborting"); in TryFetchFromUriInner()
176 Logger.LogAs(this, LogLevel.Info, "Download cancelled."); in TryDownload()
182 …Logger.Log(LogLevel.Error, "Failed to download from {0}, reason: {1} (attempt {2}/{3})", uri, webE… in TryDownload()
187 Logger.LogAs(this, LogLevel.Info, "Download done."); in TryDownload()
193 Logger.Log(LogLevel.Error, "Download failed {0} times, aborting.", attempts); in TryDownload()
207 Logger.LogAs(this, LogLevel.Info, "Downloading {0}.", uri); in TryDownloadInner()
250 Logger.Log(LogLevel.Info, "Decompressing file"); in Decompress()
256 Logger.Log(LogLevel.Info, "Decompression done"); in Decompress()
354 …Logger.LogAs(this, LogLevel.Warning, "Binary {0} found in index but is missing in cache.", fileNam… in VerifyCachedFile()
371 …Logger.LogAs(this, LogLevel.Warning, "Size of the file differs: is {0}B, should be {1}B.", actualS… in VerifySize()
392 …Logger.LogAs(this, LogLevel.Warning, "Checksum of the file differs, is {0}, should be {1}.", Check… in VerifyChecksum()
442 …Logger.LogAs(this, LogLevel.Warning, "There was an error while loading index file. Cache will be r… in ReadBinariesIndex()