SandcastleProjectBuildLogFile Property
This read-only property is used to get the path and filename of the build log file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public FilePath BuildLogFile { get; }
Public ReadOnly Property BuildLogFile As FilePath
Get
public:
property FilePath^ BuildLogFile {
FilePath^ get ();
}
member BuildLogFile : FilePath with get
Property 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.