1 write to Logger
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
65args.Logger = getLogger();
7 references to Logger
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
69X509TrustStore.InitializeForDotNetSdk(args.Logger);
NuGet.Commands (6)
VerifyCommand\VerifyCommandRunner.cs (6)
34verifyArgs.Logger.LogError(string.Format(CultureInfo.CurrentCulture, Strings.VerifyCommand_VerificationTypeNotSupported)); 44verifyArgs.Logger.LogError(string.Format(CultureInfo.CurrentCulture, Strings.VerifyCommand_NotSupported)); 55ClientPolicyContext clientPolicyContext = ClientPolicyContext.GetClientPolicy(verifyArgs.Settings, verifyArgs.Logger); 99errorCount += await VerifySignatureForPackageAsync(package, verifyArgs.Logger, verifier, verifierSettings); 103verifyArgs.Logger.LogError(string.Format(CultureInfo.CurrentCulture, Strings.VerifyCommand_PackageIsNotValid, package)); 104ExceptionUtilities.LogException(e, verifyArgs.Logger);