VSTestSettingsExtensions.

WithLogger(VSTestSettings, string) Method

Summary

Log to a custom logger.

Syntax

public static VSTestSettings WithLogger(this VSTestSettings settings, string loggerName)

Parameters

Name Type Description
settings VSTestSettings The settings.
loggerName string The name of the logger.

Return Value

Type Description
VSTestSettings The same VSTestSettings instance so that multiple calls can be chained.