MSBuildFileLoggerSettings.

LogFile Property

Summary

Gets or sets the path to the log file into which the build log is written.

Syntax

public string LogFile { get; set; }

Remarks

An empty string will use msbuild.log, in the current directory.

Value

Type Description
string