| SandcastleProjectLogFileLocation Property |
This read-only property is used to get the build log file
location.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string LogFileLocation { get; }
Public ReadOnly Property LogFileLocation As String
Get
public:
property String^ LogFileLocation {
String^ get ();
}
member LogFileLocation : string with get
Property Value
Type:
StringIf
BuildLogFile is set, it returns its
value. If not set, it returns the full path created by using
the
OutputPath property value and a filename of
LastBuild.log.
See Also