51 references to LogInfo
Microsoft.CodeAnalysis.Features (51)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (51)
118LogInfo("Starting update"); 123LogInfo($"Waiting {delayUntilNextUpdate} until next update"); 128LogInfo("Update canceled. Ending update loop"); 187LogInfo("Local database file exists. Patching local database"); 192LogInfo("Local database file does not exist. Downloading full database"); 212LogInfo("Cleaning cache directory"); 217LogInfo("Creating cache directory"); 221LogInfo("Cache directory created"); 240LogInfo($"Downloading and processing full database: {serverPath}"); 245LogInfo("Downloading and processing full database completed"); 252LogInfo("Processing full database element"); 265LogInfo($"Unable to parse full database element. Update again in {failureDelay}"); 286LogInfo($"Unable to create database from full database element. Update again in {failureDelay}"); 300LogInfo($"Processing full database element completed. Update again in {delay}"); 306LogInfo("Writing database file"); 310LogInfo("Writing database file completed"); 318LogInfo("Writing database binary file"); 336LogInfo("Writing database binary file completed"); 347LogInfo($"Temp file path: {tempFilePath}"); 356LogInfo("Writing temp file"); 360LogInfo("Writing temp file completed"); 366LogInfo("Replacing database file"); 368LogInfo("Replace database file completed"); 372LogInfo("Moving database file"); 374LogInfo("Moving database file completed"); 391LogInfo("Patching local database"); 393LogInfo("Reading in local database"); 397LogInfo($"Reading in local database completed. isBinary={isBinary}"); 421LogInfo("Downloading and processing patch file: " + serverPath); 432LogInfo("Downloading and processing patch file completed"); 433LogInfo("Patching local database completed"); 475LogInfo("Processing patch element"); 479LogInfo($"Processing patch element completed. Update again in {delayUntilUpdate.Value}"); 502LogInfo("Local version is up to date"); 513LogInfo("Local version too old"); 518LogInfo($"Got patch. databaseBytes.Length={databaseBytes.Length} patchBytes.Length={patchBytes!.Length}."); 522LogInfo("Applying patch"); 524LogInfo($"Applying patch completed. finalBytes.Length={finalBytes.Length}"); 570LogInfo("Creating database from stream"); 572LogInfo("Creating database from stream completed"); 578LogInfo("Creating download client: " + serverPath); 594LogInfo("Creating download client completed"); 604LogInfo($"File not downloaded. Trying again in {delay}"); 618LogInfo("Read file from client"); 624LogInfo("Read file completed. Client returned no data"); 628LogInfo("Read file completed. Client returned data"); 629LogInfo("Converting data to XElement"); 650LogInfo("Converting data to XElement completed"); 658LogInfo($"Unable to parse file as XElement"); 693LogInfo("Parsing database element"); 744LogInfo($"Parsing complete. bytes.length={bytes.Length}");