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