ToolSettingsExtensions.

SetFileLogger<T>(T, AbsolutePath) Method

Summary

Configures a file logger for MSBuild

Syntax

public static T SetFileLogger<T>(this T settings, AbsolutePath path) where T : ToolSettings

Type Parameters

Name Description
T

Parameters

Name Type Description
settings T
path AbsolutePath

Return Value

Type Description
T