2 references to TestLoggerOptionName
dotnet (1)
Telemetry\TelemetryFilter.cs (1)
117
optionsToLog: [VSTestCommandDefinition.TestPlatformOptionName, VSTestCommandDefinition.TestFrameworkOptionName, VSTestCommandDefinition.
TestLoggerOptionName
]
Microsoft.DotNet.Cli.Definitions (1)
Commands\VSTest\VSTestCommandDefinition.cs (1)
23
public readonly Option<string[]> TestLoggerOption = new(
TestLoggerOptionName
);