2 implementations of Verbose
dotnet-sql-cache (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
66
public virtual void
Verbose
(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
17
public void
Verbose
(string message)
2 references to Verbose
dotnet-sql-cache (2)
Program.cs (2)
231
reporter.
Verbose
($"Executing {command.CommandText}");
239
reporter.
Verbose
($"Executing {command.CommandText}");