1 write to _log
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
67_log = log;
6 references to _log
Microsoft.DotNet.ApiDiff (6)
MemoryOutputDiffGenerator.cs (6)
108_log.LogMessage($"FINAL TOTAL TIME: {swRun.Elapsed.TotalMilliseconds / 1000.0 / 60.0:F2} mins."); 116_log.LogMessage($"Visiting assembly {beforeAssemblySymbol.Name} (before vs after)..."); 167_log.LogMessage(finalMessage); 193CSharpAssemblyDocumentGenerator docGenerator = new(_log, options); 527_log.LogWarning($"Attribute already exists in dictionary. Attribute: '{realAttributeNode.ToFullString()}', Member: '{GetDocId(memberNode, model)}'"); 678_log.LogWarning($"Could not retrieve docId of the attribute constructor of {attribute.ToFullString()}: {e.Message} ");