1 type derived from ConsoleLog
Microsoft.DotNet.ApiCompat.Tool (1)
SuppressibleConsoleLog.cs (1)
14string? noWarn = null) : ConsoleLog(messageImportance, noWarn), ISuppressibleLog
2 instantiations of ConsoleLog
Microsoft.DotNet.ApiDiff.Tool (1)
Program.cs (1)
157var log = new ConsoleLog(MessageImportance.Normal);
Microsoft.DotNet.GenAPI.Tool (1)
Program.cs (1)
102ILog log = new ConsoleLog(MessageImportance.Normal);
1 reference to ConsoleLog
Microsoft.DotNet.ApiDiff.Tool (1)
Program.cs (1)
157var log = new ConsoleLog(MessageImportance.Normal);