ISandcastleProjectBuildLogFile 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: 2025.9.30.0
FilePath BuildLogFile { get; }

Property Value

FilePath
If not specified, a default name of LastBuild.log is used and the file is saved in the path identified in the OutputPath property.

See Also