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