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}"); 285LogInfo($"Unable to create database from full database element. Update again in {failureDelay}"); 299LogInfo($"Processing full database element completed. Update again in {delay}"); 305LogInfo("Writing database file"); 309LogInfo("Writing database file completed"); 317LogInfo("Writing database binary file"); 335LogInfo("Writing database binary file completed"); 346LogInfo($"Temp file path: {tempFilePath}"); 355LogInfo("Writing temp file"); 359LogInfo("Writing temp file completed"); 365LogInfo("Replacing database file"); 367LogInfo("Replace database file completed"); 371LogInfo("Moving database file"); 373LogInfo("Moving database file completed"); 390LogInfo("Patching local database"); 392LogInfo("Reading in local database"); 396LogInfo($"Reading in local database completed. databaseBytes.Length={databaseBytes.Length}"); 420LogInfo("Downloading and processing patch file: " + serverPath); 430LogInfo("Downloading and processing patch file completed"); 431LogInfo("Patching local database completed"); 471LogInfo("Processing patch element"); 475LogInfo($"Processing patch element completed. Update again in {delayUntilUpdate.Value}"); 498LogInfo("Local version is up to date"); 509LogInfo("Local version too old"); 514LogInfo($"Got patch. databaseBytes.Length={databaseBytes.Length} patchBytes.Length={patchBytes!.Length}."); 518LogInfo("Applying patch"); 520LogInfo($"Applying patch completed. finalBytes.Length={finalBytes.Length}"); 565LogInfo("Creating database from bytes"); 567LogInfo("Creating database from bytes completed"); 573LogInfo("Creating download client: " + serverPath); 589LogInfo("Creating download client completed"); 599LogInfo($"File not downloaded. Trying again in {delay}"); 613LogInfo("Read file from client"); 619LogInfo("Read file completed. Client returned no data"); 623LogInfo("Read file completed. Client returned data"); 624LogInfo("Converting data to XElement"); 645LogInfo("Converting data to XElement completed"); 653LogInfo($"Unable to parse file as XElement"); 688LogInfo("Parsing database element"); 739LogInfo($"Parsing complete. bytes.length={bytes.Length}");