4 references to MSBuildVerbosityToNuGetLogLevel
NuGet.CommandLine.XPlat (4)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
149setLogLevel(XPlatUtility.MSBuildVerbosityToNuGetLogLevel(verbosityValue));
Commands\Signing\SignCommand.cs (1)
176setLogLevel(XPlatUtility.MSBuildVerbosityToNuGetLogLevel(parseResult.GetValue(verbosity)));
Commands\Signing\TrustedSignersCommand.cs (1)
220setLogLevel(XPlatUtility.MSBuildVerbosityToNuGetLogLevel(verbosity));
Commands\Signing\VerifyCommand.cs (1)
77setLogLevel(XPlatUtility.MSBuildVerbosityToNuGetLogLevel(parseResult.GetValue(verbosity)));