IBuild ProcessLog Filename Property
This read-only property is used to get the name of the log file used for saving the build progress
messages.
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string LogFilename { get; }VB
ReadOnly Property LogFilename As String
GetC++
property String^ LogFilename {
String^ get ();
}F#
abstract LogFilename : string with get