1 interface inheriting from ILog
Microsoft.DotNet.ApiCompatibility (1)
Logging\ISuppressibleLog.cs (1)
11
public interface ISuppressibleLog :
ILog
2 implementations of ILog
Microsoft.DotNet.ApiCompat.Task (1)
src\sdk\src\Compatibility\Microsoft.DotNet.ApiSymbolExtensions\Logging\MSBuildLog.cs (1)
11
internal class MSBuildLog(Logger log, string? noWarn = null) :
ILog
Microsoft.DotNet.ApiSymbolExtensions (1)
Logging\ConsoleLog.cs (1)
9
public class ConsoleLog(MessageImportance messageImportance, string? noWarn = null) :
ILog
4 references to ILog
Microsoft.DotNet.ApiSymbolExtensions (4)
AssemblySymbolLoader.cs (3)
35
private readonly
ILog
_log;
65
ILog
log,
114
public AssemblySymbolLoader(
ILog
log, IEnumerable<KeyValuePair<string, ReportDiagnostic>>? diagnosticOptions = null, bool resolveAssemblyReferences = false, bool includeInternalSymbols = false)
AssemblySymbolLoaderFactory.cs (1)
13
public sealed class AssemblySymbolLoaderFactory(
ILog
log, bool includeInternalSymbols = false) : IAssemblySymbolLoaderFactory