MSBuildSettingsExtensions.

EnableBinaryLogger(MSBuildSettings, string, MSBuildBinaryLogImports) Method

Summary

Enables the binary logger with the specified log file name and imports.

Syntax

public static MSBuildSettings EnableBinaryLogger(this MSBuildSettings settings, string fileName, MSBuildBinaryLogImports imports)

Parameters

Name Type Description
settings MSBuildSettings The settings.
fileName string The log file name.
imports MSBuildBinaryLogImports The imports.

Return Value

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