ISandcastle ProjectBuild Log File Property
This read-only property is used to get the path and filename of the build log file
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not specified, a default name of LastBuild.log is used and the file is saved in the path identified in the OutputPath property.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FilePath BuildLogFile { get; }VB
ReadOnly Property BuildLogFile As FilePath
GetC++
property FilePath^ BuildLogFile {
FilePath^ get ();
}F#
abstract BuildLogFile : FilePath with getProperty Value
FilePathIf not specified, a default name of LastBuild.log is used and the file is saved in the path identified in the OutputPath property.