2 implementations of Verbose
dotnet-sql-cache (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)
2 references to Verbose
dotnet-sql-cache (2)
Program.cs (2)
231reporter.Verbose($"Executing {command.CommandText}"); 239reporter.Verbose($"Executing {command.CommandText}");