2 implementations of Verbose
dotnet-dev-certs (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
66public virtual void Verbose(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
17public void Verbose(string message)
3 references to Verbose
dotnet-dev-certs (3)
Program.cs (2)
407reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.Value())}"); 414reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.Value())}");
ReporterEventListener.cs (1)
30EventLevel.Verbose => _reporter.Verbose,