49 references to LogInfo
Microsoft.CodeAnalysis.Features (49)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (49)
119LogInfo("Starting update"); 124LogInfo($"Waiting {delayUntilNextUpdate} until next update"); 129LogInfo("Update canceled. Ending update loop"); 188LogInfo("Local database file exists. Patching local database"); 193LogInfo("Local database file does not exist. Downloading full database"); 213LogInfo("Cleaning cache directory"); 218LogInfo("Creating cache directory"); 222LogInfo("Cache directory created"); 241LogInfo($"Downloading and processing full database: {serverPath}"); 246LogInfo("Downloading and processing full database completed"); 253LogInfo("Processing full database element"); 266LogInfo($"Unable to parse full database element. Update again in {failureDelay}"); 285LogInfo($"Unable to create database from full database element. Update again in {failureDelay}"); 295LogInfo($"Processing full database element completed. Update again in {delay}"); 301LogInfo("Writing database file"); 309LogInfo($"Temp file path: {tempFilePath}"); 318LogInfo("Writing temp file"); 322LogInfo("Writing temp file completed"); 328LogInfo("Replacing database file"); 330LogInfo("Replace database file completed"); 334LogInfo("Moving database file"); 336LogInfo("Moving database file completed"); 347LogInfo("Writing database file completed"); 352LogInfo("Patching local database"); 354LogInfo("Reading in local database"); 357LogInfo($"Reading in local database completed. databaseBytes.Length={databaseBytes.Length}"); 381LogInfo("Downloading and processing patch file: " + serverPath); 386LogInfo("Downloading and processing patch file completed"); 387LogInfo("Patching local database completed"); 410LogInfo("Processing patch element"); 414LogInfo($"Processing patch element completed. Update again in {delayUntilUpdate.Value}"); 436LogInfo("Local version is up to date"); 442LogInfo("Local version too old"); 446LogInfo($"Got patch. databaseBytes.Length={databaseBytes.Length} patchBytes.Length={patchBytes.Length}."); 450LogInfo("Applying patch"); 452LogInfo($"Applying patch completed. finalBytes.Length={finalBytes.Length}"); 491LogInfo("Creating database from bytes"); 493LogInfo("Creating database from bytes completed"); 499LogInfo("Creating download client: " + serverPath); 515LogInfo("Creating download client completed"); 525LogInfo($"File not downloaded. Trying again in {delay}"); 539LogInfo("Read file from client"); 545LogInfo("Read file completed. Client returned no data"); 549LogInfo("Read file completed. Client returned data"); 550LogInfo("Converting data to XElement"); 571LogInfo("Converting data to XElement completed"); 579LogInfo($"Unable to parse file as XElement"); 614LogInfo("Parsing database element"); 665LogInfo($"Parsing complete. bytes.length={bytes.Length}");