ISandcastle ProjectLog File Location Property
This read-only property is used to get the build log file location
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If 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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string LogFileLocation { get; }VB
ReadOnly Property LogFileLocation As String
GetC++
property String^ LogFileLocation {
String^ get ();
}F#
abstract LogFileLocation : string with getProperty Value
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.