49 references to LogInfo
Microsoft.CodeAnalysis.Features (49)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (49)
128LogInfo("Starting update"); 133LogInfo($"Waiting {delayUntilNextUpdate} until next update"); 138LogInfo("Update canceled. Ending update loop"); 197LogInfo("Local database file exists. Patching local database"); 202LogInfo("Local database file does not exist. Downloading full database"); 222LogInfo("Cleaning cache directory"); 227LogInfo("Creating cache directory"); 231LogInfo("Cache directory created"); 247LogInfo($"Downloading and processing full database: {serverPath}"); 252LogInfo("Downloading and processing full database completed"); 259LogInfo("Processing full database element"); 272LogInfo($"Unable to parse full database element. Update again in {failureDelay}"); 291LogInfo($"Unable to create database from full database element. Update again in {failureDelay}"); 301LogInfo($"Processing full database element completed. Update again in {delay}"); 307LogInfo("Writing database file"); 315LogInfo($"Temp file path: {tempFilePath}"); 324LogInfo("Writing temp file"); 328LogInfo("Writing temp file completed"); 334LogInfo("Replacing database file"); 336LogInfo("Replace database file completed"); 340LogInfo("Moving database file"); 342LogInfo("Moving database file completed"); 353LogInfo("Writing database file completed"); 358LogInfo("Patching local database"); 360LogInfo("Reading in local database"); 363LogInfo($"Reading in local database completed. databaseBytes.Length={databaseBytes.Length}"); 383LogInfo("Downloading and processing patch file: " + serverPath); 388LogInfo("Downloading and processing patch file completed"); 389LogInfo("Patching local database completed"); 412LogInfo("Processing patch element"); 416LogInfo($"Processing patch element completed. Update again in {delayUntilUpdate.Value}"); 438LogInfo("Local version is up to date"); 444LogInfo("Local version too old"); 448LogInfo($"Got patch. databaseBytes.Length={databaseBytes.Length} patchBytes.Length={patchBytes.Length}."); 452LogInfo("Applying patch"); 454LogInfo($"Applying patch completed. finalBytes.Length={finalBytes.Length}"); 493LogInfo("Creating database from bytes"); 495LogInfo("Creating database from bytes completed"); 501LogInfo("Creating download client: " + serverPath); 517LogInfo("Creating download client completed"); 527LogInfo($"File not downloaded. Trying again in {delay}"); 541LogInfo("Read file from client"); 547LogInfo("Read file completed. Client returned no data"); 551LogInfo("Read file completed. Client returned data"); 552LogInfo("Converting data to XElement"); 573LogInfo("Converting data to XElement completed"); 581LogInfo($"Unable to parse file as XElement"); 616LogInfo("Parsing database element"); 667LogInfo($"Parsing complete. bytes.length={bytes.Length}");