Implemented interface member:
7 references to Information
Microsoft.DotNet.Internal.SymbolHelper (7)
SymbolUploadHelper.cs (7)
124logger.Information("Client Path: {0}", _symbolToolPath); 139logger.Information("Creating symbol request: {0}", name!); 169logger.Information("Cleaning up symbol conversion directory {0}", convertedFolder); 275logger.Information("Extracting symbol package {0} to {1}", packagePath, packageExtractDir); 326logger.Information("Cleaning up temporary directory {0}", packageDirInfo.FullName); 420logger.Information("Would run command: {0} {1} from '{2}'", _symbolToolPath, arguments, directory); 490logger.Information("completed after {0} with exit code {1}", sw.Elapsed, process.ExitCode);