SandcastleProjectBuildLogFile Property

This read-only property is used to get the path and filename of the build log file

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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